diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-03 20:49:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-03 20:49:12 +0900 |
| commit | df06097b172941658542551a78295e2f714ea1af (patch) | |
| tree | 1faa692ffe75235aee2a3dde112fc66929fbed66 /.zshrc | |
| parent | 8a2d2f8c1147ec00b9a1a86e5af48037cc4bec37 (diff) | |
| download | dotfiles-df06097b172941658542551a78295e2f714ea1af.tar.gz dotfiles-df06097b172941658542551a78295e2f714ea1af.tar.zst dotfiles-df06097b172941658542551a78295e2f714ea1af.zip | |
zsh: update $PATH setting
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -426,12 +426,9 @@ fi export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH -export PATH=$HOME/bin:$HOME/.local/bin:$PATH - -export PATH=/usr/local/opt/gettext/bin:$PATH # To override system-provided Ruby with brewed Ruby -export PATH=/usr/local/opt/ruby/bin:$PATH +export PATH="/usr/local/opt/ruby/bin:$PATH" -export PATH=$HOME/go/bin:$PATH +export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" |
