From 28f0295c55bd4c68420cac483dc3d9b40847ee0c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 29 Apr 2022 16:08:16 +0900 Subject: zsh: add ~/go/bin to $PATH --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-70-g09d2