1
0
Fork 0

Update fish PATH

This commit is contained in:
Daniel Kempkens 2021-12-15 20:44:02 +01:00
parent f795398f23
commit cef8b4db28

View file

@ -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