summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-05-06 16:24:54 +0300
committerYigit Sever2020-05-06 16:24:54 +0300
commitc2be80b1ece9ebf2c9fff341c6a0aec7ffb7ee9e (patch)
tree65113402569f11df38eca63f6d96f31d6d4525c2 /.zshrc
parentd6da34451693c994d05548f433f2d91c24bb99e0 (diff)
downloaddotfiles-c2be80b1ece9ebf2c9fff341c6a0aec7ffb7ee9e.tar.gz
dotfiles-c2be80b1ece9ebf2c9fff341c6a0aec7ffb7ee9e.tar.bz2
dotfiles-c2be80b1ece9ebf2c9fff341c6a0aec7ffb7ee9e.zip
add ruby to path
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index fa3a3c3..82d3530 100644
--- a/.zshrc
+++ b/.zshrc
@@ -160,3 +160,6 @@ function te {
160} 160}
161 161
162source /home/yigit/.config/broot/launcher/bash/br 162source /home/yigit/.config/broot/launcher/bash/br
163
164# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
165export PATH="$PATH:$HOME/.rvm/bin"