Comment on Best hacks in your .bash_profile and .bashrc?Comments−matthOP15yThis is great for showing/hiding files on OSX: alias show='defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder' alias hide='defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder'
Comments
This is great for showing/hiding files on OSX: