Show/hide hidden files

Added shortcut for showing and hiding hidden files on Finder
pull/310/head
Carlos C 2014-07-08 17:28:37 -05:00
parent ccf79ffb4b
commit f4dbdb2e20
1 changed files with 4 additions and 0 deletions

View File

@ -34,3 +34,7 @@ alias whotunes='lsof -r 2 -n -P -F n -c iTunes -a -i TCP@`hostname`:3689'
# Flush your dns cache
alias flush='dscacheutil -flushcache'
# Show/hide hidden files
alias showhidden='defaults write com.apple.finder AppleShowAllFiles YES'
alias hidehidden='defaults write com.apple.finder AppleShowAllFiles NO'