added macbu stuff
authorYi Qiang <yqiang@gmail.com>
Mon Oct 27 13:27:16 2008 -0700 (2 months ago)
changeset 460dd666392c1c
parent 456dc308b4c0fc
child 47ee0de8d6464f
added macbu stuff
--- a/zshrc Mon Oct 27 10:13:57 2008 -0700
+++ b/zshrc Mon Oct 27 13:27:16 2008 -0700
@@ -63,6 +63,8 @@ elif [ ${HOST} = "helium.vibrantlogic.co
alias dot="ls -l -h -d -F -G .[a-zA-Z0-9]*"
export PATH=$HOME/bin:$PATH
export PYTHONPATH=$HOME/lib/python:$PYTHONPATH
+elif [ ${HOST} = "kiviuq.local" ]; then
+ export PATH = $HOME/Software/MacBU/SD/tools/cli:$PATH
else
alias ls="ls --color --si --classify"
alias ll="ls -l --color --si --classify"