oh-my-zshが正しいコマンドを推測できない

oh-my-zshが正しいコマンドを推測できない

Ubuntuでbashを使用して誤ったコマンドを入力すると、使用可能な正しい一般的なコマンドが何であるかを推測できます。

大きな打撃:

haochen@ubuntu-dd:~$ aptget
No command 'aptget' found, did you mean:
 Command 'apt-get' from package 'apt' (main)

ああ、zsh:

# haochen @ ubuntu-dd in ~ [9:13:14] C:100
$ aptget
zsh: command not found: aptget

この機能を有効にする設定はありますか?

ベストアンサー1

command-not-found次のプラグインを有効にするoh-my-zsh

引用するhttps://github.com/robbyrussell/oh-my-zsh/wiki/Plugins

おすすめ記事