aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-12-27 16:05:42 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-12-27 16:05:42 +0100
commit8e5f4f60e8e9948a1e6267cdb75d2da63d2daff1 (patch)
tree9d3b5063d1cfbbb81e14130b63918fa5cc88a8a0
parentfd05119f45d799d1cd9d8494a728aec590fa331e (diff)
downloaddotfiles-8e5f4f60e8e9948a1e6267cdb75d2da63d2daff1.tar.gz
dotfiles-8e5f4f60e8e9948a1e6267cdb75d2da63d2daff1.zip
bash: removed conflict on rvm
-rw-r--r--bashrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 4deee9e..d88657f 100644
--- a/bashrc
+++ b/bashrc
@@ -16,7 +16,7 @@ export VISUAL=vim
alias vi=vim
# We want a full-fledged 256-color terminal.
-export TERM=xterm-256color
+TERM=xterm-256color
# Set the LESS and the PAGER environment variables.
export LESS="FSRX"
@@ -51,9 +51,6 @@ export CMAKE_INCLUDE_PATH=$KDEDIR/include:$CMAKE_INCLUDE_PATH
# Function to whip the KDevelop cache
alias wduchain='rm -rf $HOME/.cache/kdevduchain/*'
-# Load RVM into a shell session *as a function*
-[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
-
# Alias bundle exec
alias be='bundle exec'
@@ -68,3 +65,7 @@ source $HOME/.review_completion.sh
# The g utility. See: https://github.com/mssola/g
source $HOME/.g.sh
source $HOME/.gcompletion.sh
+
+# Finally get RVM straight.
+source $HOME/.rvm/scripts/rvm
+