Remove OS X aliases that are never really used

This commit is contained in:
Fernando Schauenburg 2015-11-04 12:54:45 +01:00
parent 419775ef10
commit dd85d1b55f

View file

@ -52,11 +52,6 @@ alias vi="vim"
alias path='echo $PATH | tr -s ":" "\n"'
alias manpath='echo $MANPATH | tr -s ":" "\n"'
if [[ ${PLATFORM%%-*} == "darwin" ]]; then
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
alias hide="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"
fi
#
# Shell options
#