public
Description: dotfiles of my macbook
Clone URL: git://github.com/anildigital/dotfiles.git
dotfiles / bash_profile
100755 4 lines (3 sloc) 0.043 kb
1
2
3
4
if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi