Merge pull request #313 from crloscstillo/hidden_files
Show/hide hidden files on osx aliases.pull/307/merge
commit
d62551348a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue