From f4a7e1ee38a204faf75f77e213a54f57c2522d7c Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 10 Feb 2025 11:51:25 +0100 Subject: [PATCH] fish improvements --- modules/basic-tools/fish.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/basic-tools/fish.nix b/modules/basic-tools/fish.nix index 0d0adb9..5e06de3 100644 --- a/modules/basic-tools/fish.nix +++ b/modules/basic-tools/fish.nix @@ -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 = {