Best hacks in your .bash_profile and .bashrc? (blog.matthewghudson.com) 3 points by matth 14y ago ↗ HN
[–] matth 14y ago ↗ 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'
[–] tszming 14y ago ↗ Can't comment on your blog...Personally, I prefer to move all the git alias into the .gitconfig https://gist.github.com/943990
4 comments
[ 2.8 ms ] story [ 26.0 ms ] threadzsh
Personally, I prefer to move all the git alias into the .gitconfig https://gist.github.com/943990