diff options
-rwxr-xr-x | zsh/zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index c017029..3bf6e3b 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -10,6 +10,13 @@ then $defpath ~/bin ) + if [[ -d ~/.gem/ruby ]] + then + path=( + $path + ~/.gem/ruby/*/bin + ) + fi fi if [[ ! -d ~/.zsh/cache ]] |