From c3c9151ecd8a0ea0af312db12fc747d8f85a93a2 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 15:41:12 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 3358761f..b93c3e66 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -328,13 +328,13 @@ fi ### Deno if command -v deno > /dev/null; then - eval "$(deno completions zsh)" + eval $(deno completions zsh) fi ### Fig -if command -v fig > /dev/null; then - eval "$(fig completion zsh)" -fi +#if command -v fig > /dev/null; then +# eval $(fig completion zsh) +#fi ### gh if command -v gh > /dev/null; then @@ -383,8 +383,8 @@ if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then fi ### Powerline -if [ -f "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" ]; then - source "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" +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.zsh" fi if [ -f ~/.local/p10k.zsh ]; then source ~/.local/p10k.zsh