美文网首页
zsh 终端自动补全插件使用

zsh 终端自动补全插件使用

作者: GloryMan | 来源:发表于2018-11-21 18:27 被阅读6次

    准备

    使用插件 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'
    

    查看是否提示

    相关文章

      网友评论

          本文标题:zsh 终端自动补全插件使用

          本文链接:https://www.haomeiwen.com/subject/ylzcqqtx.html