aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zshrc
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-03 20:49:12 +0900
committernsfisis <nsfisis@gmail.com>2022-12-03 20:49:12 +0900
commitdf06097b172941658542551a78295e2f714ea1af (patch)
tree1faa692ffe75235aee2a3dde112fc66929fbed66 /.zshrc
parent8a2d2f8c1147ec00b9a1a86e5af48037cc4bec37 (diff)
downloaddotfiles-df06097b172941658542551a78295e2f714ea1af.tar.gz
dotfiles-df06097b172941658542551a78295e2f714ea1af.tar.zst
dotfiles-df06097b172941658542551a78295e2f714ea1af.zip
zsh: update $PATH setting
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 2 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index a08b5bc..25512c5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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"