1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

Added lsrebuild alias to Darwin section

This commit is contained in:
2009-06-18 08:01:13 +00:00
parent cf3ca321ca
commit c18775d93b

2
zshrc
View File

@ -154,6 +154,8 @@ if [ `uname -s` = "Darwin" ]; then
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'
if [ -f /opt/local/etc/init.sh ]; then
source /opt/local/etc/init.sh
fi