Update dotfiles/.zshrc
This commit is contained in:
parent
18a8b17c80
commit
7961ad8dba
1 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ PROMPT_EOL_MARK=
|
|||
TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
|
||||
|
||||
### Antigen
|
||||
#export ADOTDIR="$HOME/.local/antigen"
|
||||
export ADOTDIR="$HOME/.local/antigen"
|
||||
|
||||
### Powerline
|
||||
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
|
||||
if command -v antigen > /dev/null; then
|
||||
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 ansible
|
||||
antigen bundle asdf
|
||||
|
@ -323,6 +319,10 @@ if command -v antigen > /dev/null; then
|
|||
antigen bundle yarn
|
||||
antigen bundle zoxide
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue