Show/hide hidden files on osx aliases.

pull/313/head
Carlos C 2014-07-12 11:12:51 -05:00
parent ccf79ffb4b
commit e1b44cbcda
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 (for Mac OS X Mavericks)
alias showhidden="defaults write com.apple.finder AppleShowAllFiles TRUE"
alias hidehidden="defaults write com.apple.finder AppleShowAllFiles FALSE"