Show/hide hidden files on osx aliases.
parent
ccf79ffb4b
commit
e1b44cbcda
|
|
@ -34,3 +34,7 @@ alias whotunes='lsof -r 2 -n -P -F n -c iTunes -a -i TCP@`hostname`:3689'
|
||||||
|
|
||||||
# Flush your dns cache
|
# Flush your dns cache
|
||||||
alias flush='dscacheutil -flushcache'
|
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"
|
||||||
Loading…
Reference in New Issue