mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge remote-tracking branch 'upstream/master'
Conflicts: .gitignore .gitmodules README.textile completion.zsh history.zsh
This commit is contained in:
commit
8c6cbe115a
81 changed files with 4369 additions and 59 deletions
11
plugins/command-not-found/init.zsh
Normal file
11
plugins/command-not-found/init.zsh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Displays installation information for not found commands.
|
||||
#
|
||||
# Authors:
|
||||
# Joseph Jon Booker <joe@neoturbine.net>
|
||||
#
|
||||
|
||||
if [[ -f /etc/zsh_command_not_found ]]; then
|
||||
source /etc/zsh_command_not_found
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue