fixed syntax error
authorYi Qiang <yqiang@gmail.com>
Mon Oct 27 13:29:47 2008 -0700 (2 months ago)
changeset 47ee0de8d6464f
parent 460dd666392c1c
child 48f38f57efc192
fixed syntax error
--- a/zshrc Mon Oct 27 13:27:16 2008 -0700
+++ b/zshrc Mon Oct 27 13:29:47 2008 -0700
@@ -64,7 +64,7 @@ elif [ ${HOST} = "helium.vibrantlogic.co
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
+ export PATH=$HOME/Software/MacBU/SD/tools/cli:$PATH
else
alias ls="ls --color --si --classify"
alias ll="ls -l --color --si --classify"