summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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