comparison .bashrc @ 697:6b0b422d7226

STUB: .bashrc
author Jeff Hammel <k0scist@gmail.com>
date Thu, 24 Jul 2014 14:44:16 -0700
parents 3fb348ed57a9
children 9afe2373aaa2
comparison
equal deleted inserted replaced
696:3fb348ed57a9 697:6b0b422d7226
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 lsenv='env | sort | less'
41 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3'
41 alias patch='patch --reject-file=-' 42 alias patch='patch --reject-file=-'
42 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')" 43 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')"
43 alias straceff="attach.py firefox --kill" 44 alias straceff="attach.py firefox --kill"
44 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" 45 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'"
45 alias wget='wget --no-check-certificate' 46 alias wget='wget --no-check-certificate'