update to fish

This commit is contained in:
2025-01-24 13:03:32 +00:00
parent 82f5e44d5b
commit db8f9208b9
10 changed files with 2245 additions and 31 deletions

View File

@@ -11,6 +11,10 @@ function nixsh
nix-shell --run "fish" -p $argv
end
function find_program
pacman -Ql | grep $argv | head -n 1 | awk '{print $2}'
end
function nixdev
nix develop -c fish
end