diff --git a/.bashrc_profile b/.bashrc_profile new file mode 100644 index 0000000..799f276 --- /dev/null +++ b/.bashrc_profile @@ -0,0 +1,2 @@ +# +source ${HOME}/.bashrc diff --git a/.profile b/.profile deleted file mode 100644 index cfdf994..0000000 --- a/.profile +++ /dev/null @@ -1,4 +0,0 @@ -# -if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ]; then - source ${HOME}/.bashrc -fi