diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-14 14:31:19 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-14 14:31:19 +0200 |
| commit | 6b0c1b4661b894411c209323bdb86c9b21579e46 (patch) | |
| tree | 4df9a47e9ff71600c4478a137da58bcdeb26c25e /modules/home/zsh.nix | |
| parent | 951f60f3c972036742e80609d92c76fc451112a5 (diff) | |
| download | dotfiles-6b0c1b4661b894411c209323bdb86c9b21579e46.tar.gz dotfiles-6b0c1b4661b894411c209323bdb86c9b21579e46.zip | |
feat(zsh): add Go bin directory to PATH
Diffstat (limited to 'modules/home/zsh.nix')
| -rw-r--r-- | modules/home/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '' |
