diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2025-11-07 21:58:08 -0600 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2025-11-07 21:58:08 -0600 |
| commit | 3040e0410bb0443391062d3596ee8822a38d5477 (patch) | |
| tree | aa6d512b52a0dcedff28d52467cd8f5a1999afdd /dot_config/zsh | |
| parent | Get rid of old GDB (diff) | |
| download | dotfiles-3040e0410bb0443391062d3596ee8822a38d5477.tar dotfiles-3040e0410bb0443391062d3596ee8822a38d5477.tar.gz dotfiles-3040e0410bb0443391062d3596ee8822a38d5477.tar.bz2 dotfiles-3040e0410bb0443391062d3596ee8822a38d5477.tar.lz dotfiles-3040e0410bb0443391062d3596ee8822a38d5477.tar.xz dotfiles-3040e0410bb0443391062d3596ee8822a38d5477.tar.zst dotfiles-3040e0410bb0443391062d3596ee8822a38d5477.zip | |
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
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 |
