Update dotfiles/.zshrc
This commit is contained in:
parent
220c891f17
commit
c3c9151ecd
1 changed files with 6 additions and 6 deletions
|
@ -328,13 +328,13 @@ fi
|
||||||
|
|
||||||
### Deno
|
### Deno
|
||||||
if command -v deno > /dev/null; then
|
if command -v deno > /dev/null; then
|
||||||
eval "$(deno completions zsh)"
|
eval $(deno completions zsh)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Fig
|
### Fig
|
||||||
if command -v fig > /dev/null; then
|
#if command -v fig > /dev/null; then
|
||||||
eval "$(fig completion zsh)"
|
# eval $(fig completion zsh)
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
### gh
|
### gh
|
||||||
if command -v gh > /dev/null; then
|
if command -v gh > /dev/null; then
|
||||||
|
@ -383,8 +383,8 @@ if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Powerline
|
### Powerline
|
||||||
if [ -f "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" ]; then
|
if [ -f "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ]; then
|
||||||
source "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
|
source "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||||
fi
|
fi
|
||||||
if [ -f ~/.local/p10k.zsh ]; then
|
if [ -f ~/.local/p10k.zsh ]; then
|
||||||
source ~/.local/p10k.zsh
|
source ~/.local/p10k.zsh
|
||||||
|
|
Loading…
Reference in a new issue