disable command_not_found

This commit is contained in:
Grisha Shipunov 2025-01-26 17:59:15 +01:00
parent 66c00cdcda
commit 43261954c2

View file

@ -14,7 +14,8 @@
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
set fish_greeting set fish_greeting
set fish_command_not_found function fish_command_not_found
end
''; '';
shellAliases = { shellAliases = {
ls = "lsd --icon=never"; ls = "lsd --icon=never";