Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-10-29 15:16:21 +00:00
parent 18a8b17c80
commit 7961ad8dba

View file

@ -16,7 +16,7 @@ PROMPT_EOL_MARK=
TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P' TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
### Antigen ### Antigen
#export ADOTDIR="$HOME/.local/antigen" export ADOTDIR="$HOME/.local/antigen"
### Powerline ### Powerline
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
@ -254,10 +254,6 @@ if [ -f "$HOME/.local/antigen.zsh" ]; then
fi fi
if command -v antigen > /dev/null; then if command -v antigen > /dev/null; then
antigen use oh-my-zsh antigen use oh-my-zsh
antigen theme romkatv/powerlevel10k
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle adb antigen bundle adb
antigen bundle ansible antigen bundle ansible
antigen bundle asdf antigen bundle asdf
@ -323,6 +319,10 @@ if command -v antigen > /dev/null; then
antigen bundle yarn antigen bundle yarn
antigen bundle zoxide antigen bundle zoxide
antigen bundle k antigen bundle k
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen theme romkatv/powerlevel10k
antigen apply antigen apply
fi fi