dotfiles/home/private_dot_config/zsh/dot_zshrc

11 lines
239 B
Bash

#!/usr/bin/env zsh
[[ -r $ZDOTDIR/.zstyles ]] && . $ZDOTDIR/.zstyles
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote load