diff options
| author | Grisha Shipunov | 2025-02-10 11:51:25 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-02-10 11:51:25 +0100 |
| commit | f4a7e1ee38a204faf75f77e213a54f57c2522d7c (patch) | |
| tree | d481f32e50e5edbad65915bcbca8bd33f10148a0 /modules/basic-tools/fish.nix | |
| parent | 22c20f7fe95dfbde0cbcab9f1efcd0fedc4459f2 (diff) | |
fish improvements
Diffstat (limited to 'modules/basic-tools/fish.nix')
| -rw-r--r-- | modules/basic-tools/fish.nix | 3 |
1 files changed, 1 insertions, 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 = { |
