comparison .bashrc @ 696:3fb348ed57a9

STUB: .bashrc
author Jeff Hammel <k0scist@gmail.com>
date Wed, 23 Jul 2014 17:38:03 -0700
parents 9d3b030696fa
children 6b0b422d7226
comparison
equal deleted inserted replaced
695:9d3b030696fa 696:3fb348ed57a9
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 grep='grep --colour=auto' 38 alias grep='grep --colour=auto'
39 alias ls='ls --color=auto' 39 alias ls='ls --color=auto'
40 alias lsenv='env | sort | less'
40 alias patch='patch --reject-file=-' 41 alias patch='patch --reject-file=-'
41 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')" 42 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')"
42 alias straceff="attach.py firefox --kill" 43 alias straceff="attach.py firefox --kill"
43 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" 44 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'"
44 alias wget='wget --no-check-certificate' 45 alias wget='wget --no-check-certificate'