我刚刚发现了哦-my-zsh,但我无法让它发挥作用.虽然主题工作得非常完美,但插件却没有.我选择了一些插件,例如.macports,但我既没有端口命令完成也没有适当的别名工作.这是我的.zshrc:
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
export ZSH_THEME="steeef"
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
# export DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# export …Run Code Online (Sandbox Code Playgroud)