[ZSH] Fixed PATH and "ported" the e and et aliases.
This commit is contained in:
parent
7fb00e68ac
commit
06f725fce5
2 changed files with 3 additions and 6 deletions
|
|
@ -328,11 +328,8 @@ function svnst() {
|
|||
rm -f $tmpfile
|
||||
}
|
||||
|
||||
if mac; then
|
||||
# textmate
|
||||
alias e='mate'
|
||||
alias et='mate .'
|
||||
fi
|
||||
alias e="$EDITOR"
|
||||
alias et="$EDITOR ."
|
||||
|
||||
# global aliases - work anywhere on line
|
||||
alias -g C='|wc'
|
||||
|
|
|
|||
2
zshenv
2
zshenv
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue