From 6b0c1b4661b894411c209323bdb86c9b21579e46 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Tue, 14 Apr 2026 14:31:19 +0200 Subject: feat(zsh): add Go bin directory to PATH --- modules/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index ec86d4b..08835d3 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -154,6 +154,7 @@ in add_to_path "/Library/Frameworks/Firebird.framework/Resources/bin" add_to_path "/opt/homebrew/opt/libpq/bin" + add_to_path "$HOME/go/bin" ''; ".config/zsh/extras".text = '' -- cgit v1.2.3