trey (owner)

Revisions

gist: 179222 Download_button fork
public
Description:
How to keep your Bash config in source control without symlinking everything. From Advanced Command Line PeepCode.
Public Clone URL: git://gist.github.com/179222.git
Embed All Files: show embed
.bash_profile #
1
2
3
4
5
if [ -f ~/.bashrc ];
then
    source ~/.bashrc
fi
 
.bashrc #
1
. ~/bin/dotfiles/bashrc