1
0
mirror of https://github.com/akelge/vim synced 2025-07-04 06:09:06 +00:00

New ZSH folder (3)

This commit is contained in:
2010-11-18 08:54:27 +00:00
parent 5b09568680
commit afbedd3eee
15 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# 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 '
# vim: set ts=4 sw=4 tw=0 ft=zsh :