From dd85d1b55f7843cc71deb04347f3ebfec5254014 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 4 Nov 2015 12:54:45 +0100 Subject: [PATCH] Remove OS X aliases that are never really used --- bash_profile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bash_profile b/bash_profile index 8ccd614..9e3911f 100644 --- a/bash_profile +++ b/bash_profile @@ -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 #