mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add command-not-found plugin
This commit is contained in:
parent
c54bf176b8
commit
aae87456fd
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -25,7 +25,7 @@ DISABLE_COMPLETION_WAITING_DOTS="true" # bool
|
|||
|
||||
# plugins to load (array)
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git)
|
||||
plugins=(git command-not-found)
|
||||
|
||||
|
||||
# Customize to your needs...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue