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, 2 insertions, 1 deletions
diff --git a/modules/basic-tools/fish.nix b/modules/basic-tools/fish.nix
index d958060..0d0adb9 100644
--- a/modules/basic-tools/fish.nix
+++ b/modules/basic-tools/fish.nix
@@ -14,7 +14,8 @@
enable = true;
interactiveShellInit = ''
set fish_greeting
- set fish_command_not_found
+ function fish_command_not_found
+ end
'';
shellAliases = {
ls = "lsd --icon=never";