1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

New version of zshrc, that uses /Network/Library/zsh.d

This commit is contained in:
2010-11-04 14:05:46 +00:00
parent 6eb89f7d1e
commit dc808faaf7
6 changed files with 105 additions and 48 deletions

6
zsh.d/90-vimFunc Normal file
View File

@ -0,0 +1,6 @@
# Alias for editors on OSX, a bit hard, to be fixed
# alias mvim="vimFunc "
alias mvim="mvim --serverlist && mvim --remote-tab-silent "
# alias vi="mvim "
# vim: set ts=4 sw=4 tw=0 ft=sh :