diff --git a/.bash_profile b/.bash_profile deleted file mode 100755 index c3c9caa..0000000 --- a/.bash_profile +++ /dev/null @@ -1,2 +0,0 @@ -source ~/.bashrc -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* diff --git a/.profile b/.profile new file mode 100755 index 0000000..86795d7 --- /dev/null +++ b/.profile @@ -0,0 +1 @@ +source ~/.bashrc