6 ms·
Best hacks in your .bash_profile and .bashrc?
- becks619 15y agoAt the end of .bashrc, zsh
- mooism2 15y agoman chsh
- matth 15y agoThis 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 agoCan't comment on your blog... Personally, I prefer to move all the git alias into the .gitconfig https://gist.github.com/943990 https://gist.github.com/943990