Fixed Editor aliases, but yet to work on

This commit is contained in:
Andrea Mistrali 2009-10-15 09:58:58 +00:00
parent 409768a43e
commit 731b236ba4
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -151,7 +151,7 @@ fi
if [ `uname -s` = "Darwin" ]; then
export LSCOLORS="GxgxcxdxCxegedabagacad"
# Alias for editors on OSX
# Alias for editors on OSX, a bit hard, to be fixed
alias vim="mvim "
alias tvim="mvim --remote-tab-silent "
alias aquamacs='open -a Aquamacs\ Emacs'