Add RVM to ZSH

This commit is contained in:
Tobias Manske 2019-04-13 17:34:22 +02:00
parent 969a2fd367
commit d52a74c1f4
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

3
.zshrc
View File

@ -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"