Update dotfiles/.zshrc
This commit is contained in:
parent
17510245bc
commit
585ff164c6
1 changed files with 2 additions and 2 deletions
|
@ -255,10 +255,10 @@ if [ -f "$HOME/.local/antigen.zsh" ]; then
|
||||||
source "$HOME/.local/antigen.zsh"
|
source "$HOME/.local/antigen.zsh"
|
||||||
fi
|
fi
|
||||||
if command -v antigen > /dev/null; then
|
if command -v antigen > /dev/null; then
|
||||||
alias alias=true
|
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
# zsh-autosuggestions should be at top so that specific-settings override
|
# zsh-autosuggestions should be at top so that specific-settings override
|
||||||
antigen bundle zsh-users/zsh-autosuggestions
|
antigen bundle zsh-users/zsh-autosuggestions
|
||||||
|
alias alias=true
|
||||||
antigen bundle adb
|
antigen bundle adb
|
||||||
antigen bundle colored-man-pages
|
antigen bundle colored-man-pages
|
||||||
antigen bundle command-not-found
|
antigen bundle command-not-found
|
||||||
|
@ -297,6 +297,7 @@ if command -v antigen > /dev/null; then
|
||||||
antigen bundle vagrant
|
antigen bundle vagrant
|
||||||
# antigen bundle web-search
|
# antigen bundle web-search
|
||||||
antigen bundle yarn
|
antigen bundle yarn
|
||||||
|
unalias alias
|
||||||
antigen bundle zsh-interactive-cd
|
antigen bundle zsh-interactive-cd
|
||||||
# antigen bundle zsh-navigation-tools
|
# antigen bundle zsh-navigation-tools
|
||||||
antigen bundle zsh-users/zsh-completions src
|
antigen bundle zsh-users/zsh-completions src
|
||||||
|
@ -305,7 +306,6 @@ if command -v antigen > /dev/null; then
|
||||||
antigen bundle marlonrichert/zsh-autocomplete@main
|
antigen bundle marlonrichert/zsh-autocomplete@main
|
||||||
antigen theme romkatv/powerlevel10k
|
antigen theme romkatv/powerlevel10k
|
||||||
antigen apply
|
antigen apply
|
||||||
unalias alias
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### ZSH Autocomplete
|
### ZSH Autocomplete
|
||||||
|
|
Loading…
Reference in a new issue