diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/zsh/dot_zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 371f8da..2d6b094 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -31,7 +31,7 @@ case "$ID" in ;; esac -if [ -x "$(command -v gem)" ]; then +if [ -x "$(command -v gem)" ] && [ -x "/usr/bin/gem" ]; then export GEM_HOME="$(gem env user_gemhome)" export PATH="$PATH:$GEM_HOME/bin" fi |
