zsh 终端自动补全插件使用
2018-11-21 本文已影响6人
GloryMan
准备
使用插件 zsh-autosuggestions https://github.com/zsh-users/zsh-autosuggestions.git
下载
终端执行
git clone git://github.com/tarruda/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
更新
终端执行:
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
检测
终端执行:
echo 'something'
echo 'some othe thing'
查看是否提示