aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-29 16:08:16 +0900
committernsfisis <nsfisis@gmail.com>2022-04-29 16:08:16 +0900
commit28f0295c55bd4c68420cac483dc3d9b40847ee0c (patch)
treecb22ffcc370502cebfd19cd711d56042d96fb5eb
parente29d04a3b21262a38d131034001b01018840cc05 (diff)
downloaddotfiles-28f0295c55bd4c68420cac483dc3d9b40847ee0c.tar.gz
dotfiles-28f0295c55bd4c68420cac483dc3d9b40847ee0c.tar.zst
dotfiles-28f0295c55bd4c68420cac483dc3d9b40847ee0c.zip
zsh: add ~/go/bin to $PATH
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 0a4c251..13ddbcc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -429,3 +429,5 @@ 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=$HOME/go/bin:$PATH