zsh: enable command-not-found hook
This commit is contained in:
parent
283df33be4
commit
35ca2c2364
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ let
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
|
programs.command-not-found.enable = true;
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue