Mercurial > hg > config
comparison .bashrc @ 769:489204193cd7
fix syntax
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 12 Feb 2016 09:53:58 -0800 |
| parents | 35f8751c0930 |
| children | 5fc00e09e805 |
comparison
equal
deleted
inserted
replaced
| 768:1b8ea3a0cc9e | 769:489204193cd7 |
|---|---|
| 39 alias loopmplayer='mplayer -fixed-vo -loop 0 -fs' | 39 alias loopmplayer='mplayer -fixed-vo -loop 0 -fs' |
| 40 alias loopxine='xine -f -g -l' | 40 alias loopxine='xine -f -g -l' |
| 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 weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" | 45 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" |
| 46 alias wget='wget --no-check-certificate' | 46 alias wget='wget --no-check-certificate' |
| 47 if [ -e ~/.bashttw ] | 47 if [ -e ~/.bashttw ] |
| 48 then | 48 then |
| 49 . ~/.bashttw | 49 . ~/.bashttw |
