diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,3 +160,6 @@ function te { | |||
160 | } | 160 | } |
161 | 161 | ||
162 | source /home/yigit/.config/broot/launcher/bash/br | 162 | source /home/yigit/.config/broot/launcher/bash/br |
163 | |||
164 | # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. | ||
165 | export PATH="$PATH:$HOME/.rvm/bin" | ||