Change slight redundancy with rvm
This commit is contained in:
parent
20bceb1f9e
commit
cbba7ae456
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -1,4 +1,4 @@
|
||||||
function load_plugin() {
|
load_plugin() {
|
||||||
source ~/.zsh/$1/$1.plugin.zsh
|
source ~/.zsh/$1/$1.plugin.zsh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ fi
|
||||||
# RVM must be last.
|
# RVM must be last.
|
||||||
if [ -d $HOME/.rvm ]; then
|
if [ -d $HOME/.rvm ]; then
|
||||||
PATH=${PATH}:$HOME/.rvm/bin
|
PATH=${PATH}:$HOME/.rvm/bin
|
||||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" ]]
|
source "$HOME/.rvm/scripts/rvm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue