Update fish PATH
This commit is contained in:
parent
f795398f23
commit
cef8b4db28
1 changed files with 10 additions and 0 deletions
|
@ -62,6 +62,16 @@
|
||||||
set -gx PATH "$HOME/bin" $PATH
|
set -gx PATH "$HOME/bin" $PATH
|
||||||
end
|
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
|
# Vendor Configuration
|
||||||
if test -d "$HOME/.nix-profile/share/fish/vendor_conf.d"
|
if test -d "$HOME/.nix-profile/share/fish/vendor_conf.d"
|
||||||
for vendor_conf in $HOME/.nix-profile/share/fish/vendor_conf.d/*.fish
|
for vendor_conf in $HOME/.nix-profile/share/fish/vendor_conf.d/*.fish
|
||||||
|
|
Loading…
Reference in a new issue