Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-10-29 14:26:48 +00:00
parent 73b3127520
commit 1ad4f767af

View file

@ -327,14 +327,14 @@ if command -v antigen > /dev/null; then
fi 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
### Helm ### Helm
if command -v helm > /dev/null; then #if command -v helm > /dev/null; then
eval "$(helm completion zsh)" # eval "$(helm completion zsh)"
fi #fi
### Hyperfine ### Hyperfine
if command -v hyperfine > /dev/null && [ -f /usr/local/src/hyperfine/autocomplete/hyperfine.zsh-completion ]; then if command -v hyperfine > /dev/null && [ -f /usr/local/src/hyperfine/autocomplete/hyperfine.zsh-completion ]; then
@ -353,14 +353,14 @@ if command -v mcfly > /dev/null; then
fi fi
### Poetry ### Poetry
if command -v poetry > /dev/null; then #if command -v poetry > /dev/null; then
eval "$(poetry completions zsh)" # eval "$(poetry completions zsh)"
fi #fi
### Volta ### Volta
if command -v volta > /dev/null; then #if command -v volta > /dev/null; then
eval "$(volta completions zsh)" # eval "$(volta completions zsh)"
fi #fi
### Fig ### Fig
if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then