disable command_not_found
This commit is contained in:
parent
66c00cdcda
commit
43261954c2
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue