diff options
-rw-r--r-- | .zsh.after/sources.zsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.zsh.after/sources.zsh b/.zsh.after/sources.zsh deleted file mode 100644 index 7140d78..0000000 --- a/.zsh.after/sources.zsh +++ /dev/null @@ -1,6 +0,0 @@ -# Source RVM -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" - -# RVM bash completion -[[ -r "$HOME/.rvm/scripts/completion" ]] && source "$HOME/.rvm/scripts/completion" - |