summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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"