Add .bash_profile

This commit is contained in:
2014-07-10 11:32:44 +03:00
parent 4554a4d0e9
commit 05dd355cba
+10
View File
@@ -0,0 +1,10 @@
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
if [[ "$TERM" != "screen-256color" ]]
then
tmux -2 attach-session -t "default" || tmux -2 new-session -s "default"
exit
fi