From f4805b0dfdccdae4e4771ddb62b2e342dfbc4116 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 6 Feb 2024 08:28:09 -0500 Subject: [PATCH] add /usr/local/bin to PATH --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index 30d2fc1..5357947 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -8,7 +8,7 @@ # # But also see: 'doom env', which is what works. envExtra = '' - export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:$PATH + export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:/usr/local/bin:$PATH # For 1Password CLI. This requires `pkgs.gh` to be installed. source $HOME/.config/op/plugins.sh # Because, adding it in .ssh/config is not enough.