1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00
Files
zsh/zsh.d/Darwin/50-darwin
andre 5b09568680 New version of zsh startup files:
- Supports Darwin AND Linux
- No more .zshrc.local
- New completion (BETA)
2010-11-18 08:49:41 +00:00

12 lines
453 B
Bash

# 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 :