美文网首页
解决 iTerm [oh-my-zsh] plugin 'zsh

解决 iTerm [oh-my-zsh] plugin 'zsh

作者: 曾經蠟筆沒有小新 | 来源:发表于2019-11-07 10:23 被阅读0次

    解决办法

    Oh My Zsh

    1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    
    1. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
    plugins=(zsh-autosuggestions)
    
    1. Start a new terminal session.

    参考链接

    Warning: plugin zsh-syntax-highlighting not found

    To be fair zsh-users
    has proper installation instructions depending on OS for each of those plugins

    zsh-autosuggestions/INSTALL.md

    相关文章

      网友评论

          本文标题:解决 iTerm [oh-my-zsh] plugin 'zsh

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