Remove OS X aliases that are never really used
This commit is contained in:
parent
419775ef10
commit
dd85d1b55f
1 changed files with 0 additions and 5 deletions
|
@ -52,11 +52,6 @@ alias vi="vim"
|
||||||
alias path='echo $PATH | tr -s ":" "\n"'
|
alias path='echo $PATH | tr -s ":" "\n"'
|
||||||
alias manpath='echo $MANPATH | 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
|
# Shell options
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue