From 7dc3f93b94fcd7eac05462fc39ab52de302399ac Mon Sep 17 00:00:00 2001 From: Till Klampaeckel Date: Mon, 23 Mar 2026 21:01:13 +0100 Subject: [PATCH] fix: deduplicate $PATH --- dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc b/dot_zshrc index 91b5fa7..36b89ef 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -3,6 +3,7 @@ # --- Environment Variables & PATH --- export NVM_DIR="$HOME/.nvm" +typeset -U PATH export PATH="$PATH:$HOME/go/bin" # --- NVM --- -- 2.51.2