update to fish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user