mirror of https://github.com/akelge/zsh
Fixed Editor aliases, but yet to work on
This commit is contained in:
parent
409768a43e
commit
731b236ba4
2
zshrc
2
zshrc
|
@ -151,7 +151,7 @@ fi
|
||||||
|
|
||||||
if [ `uname -s` = "Darwin" ]; then
|
if [ `uname -s` = "Darwin" ]; then
|
||||||
export LSCOLORS="GxgxcxdxCxegedabagacad"
|
export LSCOLORS="GxgxcxdxCxegedabagacad"
|
||||||
# Alias for editors on OSX
|
# Alias for editors on OSX, a bit hard, to be fixed
|
||||||
alias vim="mvim "
|
alias vim="mvim "
|
||||||
alias tvim="mvim --remote-tab-silent "
|
alias tvim="mvim --remote-tab-silent "
|
||||||
alias aquamacs='open -a Aquamacs\ Emacs'
|
alias aquamacs='open -a Aquamacs\ Emacs'
|
||||||
|
|
Loading…
Reference in New Issue