mirror of
https://github.com/akelge/zsh
synced 2025-07-04 13:39:07 +00:00
migration
This commit is contained in:
13
zsh.d/Darwin/50-darwin.zsh
Normal file
13
zsh.d/Darwin/50-darwin.zsh
Normal file
@ -0,0 +1,13 @@
|
||||
# Darwin/OSX
|
||||
# Environment and aliases for OSX
|
||||
export LSCOLORS="GxgxcxdxCxegedabagacad"
|
||||
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 vim='/Applications/MacVim.app/Contents/MacOS/Vim'
|
||||
# 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