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

相关内容