[ZSH] Fixed PATH and "ported" the e and et aliases.

This commit is contained in:
Sami Samhuri 2009-11-10 23:11:48 -08:00
parent 7fb00e68ac
commit 06f725fce5
2 changed files with 3 additions and 6 deletions

View file

@ -328,11 +328,8 @@ function svnst() {
rm -f $tmpfile rm -f $tmpfile
} }
if mac; then alias e="$EDITOR"
# textmate alias et="$EDITOR ."
alias e='mate'
alias et='mate .'
fi
# global aliases - work anywhere on line # global aliases - work anywhere on line
alias -g C='|wc' alias -g C='|wc'

2
zshenv
View file

@ -1,2 +1,2 @@
path=($HOME/bin /usr/local/bin /usr/local/sbin /opt/local/bin /opt/local/sbin $path) path=($HOME/bin $HOME/apps/bin /usr/local/bin /usr/local/sbin /opt/local/bin /opt/local/sbin $path)
ZDOTDIR=~/config/zsh ZDOTDIR=~/config/zsh