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;
interactiveShellInit = ''
set fish_greeting
set fish_command_not_found
function fish_command_not_found
end
'';
shellAliases = {
ls = "lsd --icon=never";