modify fish, kitty and neovim

This commit is contained in:
Sean Kovacs 2025-12-04 12:40:08 -05:00
commit 3ab9500787
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 63 additions and 45 deletions

View file

@ -0,0 +1,5 @@
if test (count $argv) -eq 0
command nix-shell --run fish
else
command nix-shell --run fish $argv
end