comparison .bashrc @ 819:2d32115dc56c

security...am i right?
author Jeff Hammel <k0scist@gmail.com>
date Wed, 11 Jan 2017 09:40:16 -0800
parents c0638ac7fb56
children 51635d21bbb0
comparison
equal deleted inserted replaced
818:352530cbf195 819:2d32115dc56c
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 sshlax='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
45 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" 46 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'"
46 alias wget='wget --no-check-certificate' 47 alias wget='wget --no-check-certificate'
47 if [ -e ~/.bashttw ] 48 if [ -e ~/.bashttw ]
48 then 49 then
49 . ~/.bashttw 50 . ~/.bashttw