From d52a74c1f49b6d58bcfdbfd9331609a1dd43bfa9 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Sat, 13 Apr 2019 17:34:22 +0200 Subject: [PATCH] Add RVM to ZSH --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 2252092..a2359d1 100644 --- a/.zshrc +++ b/.zshrc @@ -12,3 +12,6 @@ export FZF_DEFAULT_COMMAND='fd --type f' source /usr/share/fzf/completion.zsh source /usr/share/fzf/key-bindings.zsh alias pdfdiff="diffpdf" + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin"