add antigen and move webman into run_once

This commit is contained in:
2022-05-13 12:05:04 -06:00
parent 4f02661fc4
commit 7d2602cc34
3 changed files with 15 additions and 3 deletions

View File

@@ -124,5 +124,12 @@ path=("$HOME/.webman/bin" $path)
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
[[ -f ~/.antigen.zsh ]] && source ~/.antigen.zsh
antigen bundle 'wfxr/forgit'
antigen apply
# Local config
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local