aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-14 20:21:43 +0900
committernsfisis <nsfisis@gmail.com>2022-12-15 22:07:17 +0900
commitc8132ddbb6baa7b2f1f3e9c2d297a25f1c1107d4 (patch)
treeec34a03f86ec9adb15b50fb981530bfce3f97ddc
parent3300d60277afb3a99af8e4346909443946e67221 (diff)
downloaddotfiles-c8132ddbb6baa7b2f1f3e9c2d297a25f1c1107d4.tar.gz
dotfiles-c8132ddbb6baa7b2f1f3e9c2d297a25f1c1107d4.tar.zst
dotfiles-c8132ddbb6baa7b2f1f3e9c2d297a25f1c1107d4.zip
zsh: add /usr/local/go/bin to $PATH
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 7c3e95a..b07fb43 100644
--- a/.zshrc
+++ b/.zshrc
@@ -438,3 +438,4 @@ export PATH="/usr/local/opt/ruby/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
+export PATH=/usr/local/go/bin:$PATH