changeset 535:2c1543b5c78f

.bashrc .bashttw
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 Sep 2013 10:31:33 -0700
parents 6ee5d5cca949
children 0e0222cd3cab
files .bashrc .bashttw
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Thu Sep 26 02:19:42 2013 -0700
+++ b/.bashrc	Thu Sep 26 10:31:33 2013 -0700
@@ -48,13 +48,16 @@
 alias distribute='python setup.py egg_info -RDb "" sdist register upload'
 alias grep='grep --colour=auto'
 alias ls='ls --color=auto'
-alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py 2> /dev/null)'
 alias patch='patch --reject-file=-'
 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'"
 alias straceff="attach.py firefox --kill"
 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'"
 alias wget='wget --no-check-certificate'
 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell"
+if [ -e ~/.bashttw ]
+then
+    . ~/.bashttw
+fi
 
 # bzconsole aliases for filing bugs
 alias mozbase-bug="bz new Mozbase --cc ':wlach'"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.bashttw	Thu Sep 26 10:31:33 2013 -0700
@@ -0,0 +1,4 @@
+# bash TTW
+
+alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py 2> /dev/null)'
+alias wikify='pyton <(curl https://bitbucket.org/techtonik/wikify/raw/tip/wikify.py 2> /dev/null)