[zsh] add command not found

This commit is contained in:
odrling 2020-04-21 04:28:26 +02:00
parent b2b403c3e7
commit 5037953785
2 changed files with 2 additions and 0 deletions

2
.zshrc
View file

@ -25,6 +25,8 @@ done
source ~/.zsh/omz/oh-my-zsh/lib/spectrum.zsh
source ~/.zsh/omz/oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh
source ~/.zsh/command-not-found
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down