Show/hide hidden files
Added shortcut for showing and hiding hidden files on Finderpull/310/head
parent
ccf79ffb4b
commit
f4dbdb2e20
|
|
@ -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'
|
||||
Loading…
Reference in New Issue