1
0
mirror of https://github.com/akelge/zsh synced 2025-07-02 20:55:27 +00:00

Support for mvim on OS X

This commit is contained in:
2009-10-07 12:15:35 +00:00
parent c18775d93b
commit bc00a718e7

4
zshrc
View File

@ -6,6 +6,7 @@
#
# Global Order: zshenv, zprofile, zshrc, zlogin
# $Id$
# $HeadURL$
setopt ALWAYS_TO_END
setopt APPEND_HISTORY
@ -149,7 +150,8 @@ fi
if [ `uname -s` = "Darwin" ]; then
export LSCOLORS="GxgxcxdxCxegedabagacad"
# Alias for editors on OSX
alias vim='/Applications/MacVim.app/Contents/MacOS/Vim'
alias mvim = 'mvim --remote-tab-silent'
alias vim = mvim
alias aquamacs = 'open -a Aquamacs\ Emacs'
alias ldd = 'otool -L'
alias ls = 'ls -F -G'