Adds fish function to open neogit directly from shell

This commit is contained in:
Dennis Schoepf 2025-01-30 23:29:38 +01:00
parent 99198a910e
commit f5d5be8c90

View file

@ -21,6 +21,7 @@
end end
''; '';
fish_greeting = "fortune -a"; fish_greeting = "fortune -a";
ng = "nvim -c \"Neogit\"";
}; };
interactiveShellInit = '' interactiveShellInit = ''