mirror of
https://github.com/akelge/vim
synced 2025-08-16 15:48:40 +00:00
Light changes to prompt
files with .off extension are ignored Disabled coreutils and dsFunctions on Darwin
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
# Darwin/OSX
|
||||
# Environment and aliases for OSX
|
||||
export LSCOLORS="GxgxcxdxCxegedabagacad"
|
||||
alias aquamacs='open -a Aquamacs\ Emacs'
|
||||
alias ldd='otool -L'
|
||||
alias ls='ls -F -G'
|
||||
alias skill=killall
|
||||
alias lsrebuild='/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user'
|
||||
alias ipython='ipython-2.6 '
|
||||
|
||||
alias vim='/Applications/MacVim.app/Contents/MacOS/Vim'
|
||||
alias mvim='mvim --remote-tab-silent '
|
||||
# alias mvim='mvim --remote-tab-silent '
|
||||
alias mvim='open -a MacVim '
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
Reference in New Issue
Block a user