Mercurial > hg > config
changeset 769:489204193cd7
fix syntax
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 12 Feb 2016 09:53:58 -0800 |
parents | 1b8ea3a0cc9e |
children | cb1b91c6bceb |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Thu Feb 11 18:29:57 2016 -0800 +++ b/.bashrc Fri Feb 12 09:53:58 2016 -0800 @@ -41,7 +41,7 @@ alias lsenv='env | sort | less' alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3' alias patch='patch --reject-file=-' -alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')" +alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo))'" alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" alias wget='wget --no-check-certificate' if [ -e ~/.bashttw ]