Mercurial > hg > config
comparison .bashrc @ 736:0dd3144d3bdc
loop videos
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 12 Mar 2015 11:36:00 -0700 |
parents | beb501ba919f |
children | e12ca24fd7c6 |
comparison
equal
deleted
inserted
replaced
735:581436742074 | 736:0dd3144d3bdc |
---|---|
35 alias awd="python -c 'import os; print (os.path.realpath(\".\"))'" | 35 alias awd="python -c 'import os; print (os.path.realpath(\".\"))'" |
36 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`' | 36 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`' |
37 alias datestamp='date +%Y%m%d%H%M%S' | 37 alias datestamp='date +%Y%m%d%H%M%S' |
38 alias envkeys='env | sed "s/=.*//" | sort' | 38 alias envkeys='env | sed "s/=.*//" | sort' |
39 alias grep='grep --colour=auto' | 39 alias grep='grep --colour=auto' |
40 alias loopmplayer='mplayer -fixed-vo -loop 0 -fs' | |
41 alias loopxine='xine -f -g -l' | |
40 alias ls='ls --color=auto' | 42 alias ls='ls --color=auto' |
41 alias lsenv='env | sort | less' | 43 alias lsenv='env | sort | less' |
42 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3' | 44 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3' |
43 alias patch='patch --reject-file=-' | 45 alias patch='patch --reject-file=-' |
44 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')" | 46 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')" |