diff options
| author | Fuwn <[email protected]> | 2026-01-30 18:44:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-30 18:44:21 -0800 |
| commit | 5bcca9dd092cf612389db842a5adb329a87f4921 (patch) | |
| tree | 405c9ca6f44268d6ee849cb70db8d309ed16bda8 | |
| parent | Nara(Homebrew): Add golangci-lint brew (diff) | |
| download | nixos-config-5bcca9dd092cf612389db842a5adb329a87f4921.tar.xz nixos-config-5bcca9dd092cf612389db842a5adb329a87f4921.zip | |
Nara(Home): Add Go installation path to PATH
| -rw-r--r-- | home/ebisu/nara/files.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/ebisu/nara/files.nix b/home/ebisu/nara/files.nix index 2b9ba66..e866e47 100644 --- a/home/ebisu/nara/files.nix +++ b/home/ebisu/nara/files.nix @@ -24,6 +24,7 @@ setopt EXTENDED_HISTORY export PATH=$PATH:$HOME/.local/bin + export PATH=$PATH:$HOME/go/bin ''; }; } |