summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2019-05-27 22:38:54 -0500
committerDanny Holman <dholman@gymli.org>2019-05-27 22:38:54 -0500
commit7ae6d2807746c972fcdf4b59b9bd49dbc8a89b42 (patch)
treecec003b96e12e6a2773a41d692a984125606d070 /.zshenv
parent678d53046c39174831f8b521192ff686b77cd31d (diff)
parent6a57358907d83a12b07a2fc170c4d19d3364332f (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index 78d1c51..30d4e85 100644
--- a/.zshenv
+++ b/.zshenv
@@ -11,6 +11,7 @@ appendpath () {
# Setup environment
appendpath '/home/dholman/bin'
appendpath '/home/dholman/.local/bin'
+appendpath '/home/dholman/.gem/ruby/2.6.0/bin'
export PATH
export EDITOR="vim"
export SUDO_EDITOR="vim"
@@ -26,3 +27,4 @@ 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 ~/.rvm/scripts/rvm