Best hacks in your .bash_profile and .bashrc?blog.matthewghudson.com 3 pointsmatth15 years ago4 commentsSaveHideCopy link On HNComments−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'−tszming15yCan't comment on your blog...Personally, I prefer to move all the git alias into the .gitconfig https://gist.github.com/943990−becks61915yAt the end of .bashrc,zsh−mooism215y man chsh
Comments
This is great for showing/hiding files on OSX:
Can't comment on your blog...
Personally, I prefer to move all the git alias into the .gitconfig https://gist.github.com/943990
At the end of .bashrc,
zsh