diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-27 16:05:42 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-27 16:05:42 +0100 |
| commit | 8e5f4f60e8e9948a1e6267cdb75d2da63d2daff1 (patch) | |
| tree | 9d3b5063d1cfbbb81e14130b63918fa5cc88a8a0 /bashrc | |
| parent | fd05119f45d799d1cd9d8494a728aec590fa331e (diff) | |
| download | dotfiles-8e5f4f60e8e9948a1e6267cdb75d2da63d2daff1.tar.gz dotfiles-8e5f4f60e8e9948a1e6267cdb75d2da63d2daff1.zip | |
bash: removed conflict on rvm
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 + |
