aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/sources.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after/sources.zsh')
-rw-r--r--.zsh.after/sources.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zsh.after/sources.zsh b/.zsh.after/sources.zsh
new file mode 100644
index 0000000..7140d78
--- /dev/null
+++ b/.zsh.after/sources.zsh
@@ -0,0 +1,6 @@
+# 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"
+