- Clone this repository into
$ZSH_CUSTOM/plugins(by default~/.oh-my-zsh/custom/plugins)
git clone https://github.com/hacker-dom/zsh-sccd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-sccd- Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
plugins=(
zsh-sccd
# other plugins...
)Keep in mind that plugins need to be added before oh-my-zsh.sh is sourced.