summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-03-05 20:57:45 -0600
committerDanny Holman <dholman@gymli.org>2020-03-05 20:57:45 -0600
commit151acf123f7fef74890140f2d8b4dc43126329a7 (patch)
tree02e823bbc40c371e4171944fddf34ff0f95fd57a /.zshenv
parenta30aa3270ac261552950ef07a42a8649cc31d5d8 (diff)
.zshenv: add RVM path variable
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshenv b/.zshenv
index 30d4e85..412512b 100644
--- a/.zshenv
+++ b/.zshenv
@@ -11,7 +11,8 @@ appendpath () {
# Setup environment
appendpath '/home/dholman/bin'
appendpath '/home/dholman/.local/bin'
-appendpath '/home/dholman/.gem/ruby/2.6.0/bin'
+appendpath '/home/dholman/.gem/ruby/2.7.0/bin'
+appendpath '/home/dholman/.rvm/bin'
export PATH
export EDITOR="vim"
export SUDO_EDITOR="vim"
@@ -26,5 +27,5 @@ source /usr/share/doc/pkgfile/command-not-found.zsh
source /usr/share/git/completion/git-prompt.sh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
-source /usr/lib/python3.7/site-packages/powerline/bindings/zsh/powerline.zsh
+source /usr/lib/python3.8/site-packages/powerline/bindings/zsh/powerline.zsh
source ~/.rvm/scripts/rvm