fish improvements

This commit is contained in:
Grisha Shipunov 2025-02-10 11:51:25 +01:00
parent 22c20f7fe9
commit f4a7e1ee38

View file

@ -3,11 +3,9 @@
environment.systemPackages = with pkgs; [
lsd
fzf
grc
fishPlugins.done
fishPlugins.fzf-fish
fishPlugins.tide
fishPlugins.grc
];
programs.fish = {
@ -15,6 +13,7 @@
interactiveShellInit = ''
set fish_greeting
function fish_command_not_found
echo "Command not found"
end
'';
shellAliases = {