diff options
| -rw-r--r-- | bash_profile | 2 | ||||
| -rwxr-xr-x | install.sh | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..ed80112 --- /dev/null +++ b/bash_profile @@ -0,0 +1,2 @@ +[[ -s ~/.bashrc ]] && source ~/.bashrc + @@ -10,6 +10,7 @@ git submodule update # Install the files on this repo. cp bashrc $HOME/.bashrc +cp bashrc_profile $HOME/.bashrc_profile cp psqlrc $HOME/.psqlrc cp irbrc $HOME/.irbrc cp gemrc $HOME/.gemrc |
