Mercurial > hg > config
comparison .bashrc @ 715:beb501ba919f
minor cleanup
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Oct 2014 09:28:57 -0700 |
parents | 1337d2e9e1a6 |
children | 0dd3144d3bdc |
comparison
equal
deleted
inserted
replaced
714:1337d2e9e1a6 | 715:beb501ba919f |
---|---|
40 alias ls='ls --color=auto' | 40 alias ls='ls --color=auto' |
41 alias lsenv='env | sort | less' | 41 alias lsenv='env | sort | less' |
42 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3' | 42 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3' |
43 alias patch='patch --reject-file=-' | 43 alias patch='patch --reject-file=-' |
44 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')" | 44 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')" |
45 alias straceff="attach.py firefox --kill" | |
46 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" | 45 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" |
47 alias wget='wget --no-check-certificate' | 46 alias wget='wget --no-check-certificate' |
48 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell" | |
49 if [ -e ~/.bashttw ] | 47 if [ -e ~/.bashttw ] |
50 then | 48 then |
51 . ~/.bashttw | 49 . ~/.bashttw |
52 fi | 50 fi |
53 | 51 |
69 export PS1=${ALTPS1} | 67 export PS1=${ALTPS1} |
70 export PS2=${ALTPS2} | 68 export PS2=${ALTPS2} |
71 } | 69 } |
72 | 70 |
73 # PATHs | 71 # PATHs |
74 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv:~/silvermirror/bin:~/smartopen/bin:~/k0s/bin:~/docs/project/ims/workflow:~/cognet/bin:~/cognet/bin/python | 72 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv:~/silvermirror/bin:~/smartopen/bin:~/k0s/bin:~/docs/project/ims/workflow:~/cognet/bin:~/cognet/python |
75 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv | 73 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv |
76 | 74 |
77 ### functions | 75 ### functions |
78 | 76 |
79 gplot() { | 77 gplot() { |