Browse Source

oops left off ~/.bashrc

windhamdavid 13 years ago
parent
commit
a1446bd136
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lucid.remote/.bash_profile

+ 3 - 1
lucid.remote/.bash_profile

@@ -4,4 +4,6 @@ export PATH=/home/david/.rvm/gems/ruby-1.9.2-p180@ror31/bin:/home/david/.rvm/gem
 PATH=$PATH:~/drush
 [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
 
-
+if [ -f ~/.bashrc ]; then
+   source ~/.bashrc
+fi