Featured image of post Better Oh My Zsh

Better Oh My Zsh

更好的 ohmyzsh

ohmyzsh 是一个十分好用的工具,但实际上默认配置尚未让这个工具达到巅峰。

需要编辑~/.zshrc来增加两个插件:

1
plugins=(... history zsh-autosuggestions zsh-syntax-highlighting)

要使用这些插件,需要从 github 上下载对应的 repo。

1
2
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

如此一来,ohmyzsh 可以自动提示以及高亮显示命令了。

此外,由于 antigen 已经很久没有更新了,不太推荐使用。

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
使用 Hugo 构建
主题 StackJimmy 设计