Skip to content

Comment on Best hacks in your .bash_profile and .bashrc?

Comments

This 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'
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.