From 731b236ba4bd1965bbdc7a7f02049e804187682f Mon Sep 17 00:00:00 2001 From: andre Date: Thu, 15 Oct 2009 09:58:58 +0000 Subject: [PATCH] Fixed Editor aliases, but yet to work on --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d937189..451f11d 100644 --- a/zshrc +++ b/zshrc @@ -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'