summaryrefslogtreecommitdiff
path: root/modules/basic-tools/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/basic-tools/fish.nix')
-rw-r--r--modules/basic-tools/fish.nix3
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 = {