Best hacks in your .bash_profile and .bashrc? (blog.matthewghudson.com) 3 points by matth 15y ago ↗ HN
[–] matth 15y 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 15y 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
[ 0.18 ms ] story [ 23.1 ms ] threadzsh
Personally, I prefer to move all the git alias into the .gitconfig https://gist.github.com/943990