Skip to content

Commit

Permalink
Temporarily disable zsh-completions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgijd-form3 committed Apr 16, 2020
1 parent 0c5ce00 commit 2e2a349
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ source "${ZSH}/oh-my-zsh.sh"
zstyle ':completion:*:*:make::' tag-order 'targets variables'

# Reload the completions
autoload -U compinit && compinit
# autoload -U compinit && compinit
if [ $commands[skaffold] ]; then
source <(skaffold completion zsh)
fi

# zsh-autosuggestions settings
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7"
Expand Down

0 comments on commit 2e2a349

Please sign in to comment.