Mercurial > hg > config
comparison .bashrc @ 705:9afe2373aaa2
STUB: .bashrc
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 03 Sep 2014 17:04:54 -0700 |
parents | 6b0b422d7226 |
children | c24a1b531b7e |
comparison
equal
deleted
inserted
replaced
704:6327c66e5f46 | 705:9afe2373aaa2 |
---|---|
33 | 33 |
34 # aliases | 34 # aliases |
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 grep='grep --colour=auto' | 39 alias grep='grep --colour=auto' |
39 alias ls='ls --color=auto' | 40 alias ls='ls --color=auto' |
40 alias lsenv='env | sort | less' | 41 alias lsenv='env | sort | less' |
41 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3' | 42 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3' |
42 alias patch='patch --reject-file=-' | 43 alias patch='patch --reject-file=-' |