From cef8b4db28e37cc1077d34cd13d6e142467b5ea4 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 15 Dec 2021 20:44:02 +0100 Subject: [PATCH] Update fish PATH --- programs/fish.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/programs/fish.nix b/programs/fish.nix index 7470fbf..32fbcee 100644 --- a/programs/fish.nix +++ b/programs/fish.nix @@ -62,6 +62,16 @@ set -gx PATH "$HOME/bin" $PATH end + for app_path in \ + "/Applications/Little Snitch.app/Contents/Components" \ + "/Applications/Wireshark.app/Contents/MacOS" \ + "/usr/local/MacGPG2/bin" + + if test -d "$app_path" + set -gx PATH $PATH "$app_path" + end + end + # Vendor Configuration if test -d "$HOME/.nix-profile/share/fish/vendor_conf.d" for vendor_conf in $HOME/.nix-profile/share/fish/vendor_conf.d/*.fish