1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Several fixes found when installing in Sputnik

This commit is contained in:
J.Fernando Sánchez
2013-04-04 18:17:43 +02:00
parent 905e3cc6c4
commit be555f96c5
6 changed files with 30 additions and 26 deletions

3
bashrc
View File

@@ -1,3 +1,4 @@
export PATH="$PATH:$HOME/.bin"
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
@@ -173,8 +174,6 @@ PS0="$PS0 \\[\033[1;32m\]\$(parse_git_branch)\\[\033[0m\]\$ "
# export PROMPT_COMMAND="$PROMPT_COMMAND&&updateWindowTitle"
#fi
#[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export PATH="$PATH:$HOME/.bin"
export CDPATH="$CDPATH:/media/Data/"
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting