1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

Fixed Editor aliases, but yet to work on

This commit is contained in:
2009-10-15 09:58:58 +00:00
parent 409768a43e
commit 731b236ba4

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'