Scott

install zsh-autosuggestions on Macos 5 months ago

Macos
220个字符
共有51人围观
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

配置~/.zshrc

plugins=( 
    # other plugins...
    zsh-autosuggestions
)