1
0
Fork 0

fish: Cleanup

This commit is contained in:
Daniel Kempkens 2022-01-23 00:14:12 +01:00
parent 5a5ca4be2c
commit c2acf9e8d1

View file

@ -25,6 +25,16 @@
};
}
{
name = "ssh-agent-macos";
src = pkgs.fetchFromGitHub {
owner = "nifoc";
repo = "ssh-agent-macos.fish";
rev = "5967f1168d344ee4bc642e7b70d4f2f962c6703b";
sha256 = "NAupeiNZ6aqukpqg5mz+K2hgLWcJTGx3Acw4BurA/I0=";
};
}
{
name = "fzf-fish";
src = pkgs.fetchFromGitHub {
@ -113,25 +123,6 @@
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
for vendor_conf in \
"$HOME/.nix-profile/share/fish/vendor_conf.d/direnv.fish"
if test -f "$vendor_conf"
source "$vendor_conf"
end
end
# Custom Scripts
if test -d "$HOME/.config/fish/custom-scripts"
for custom_script in $HOME/.config/fish/custom-scripts/*.fish