diff --git a/zsh/.zshrc b/zsh/.zshrc index a966e2b..766bcef 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -82,6 +82,12 @@ source $DOTFILES/zsh/path.zsh # Load aliases source $DOTFILES/zsh/aliases.zsh +# Dart completions +## [Completion] +## Completion scripts setup. Remove the following line to uninstall +[[ -f $HOME/.config/.dart-cli-completion/zsh-config.zsh ]] && . $HOME/.config/.dart-cli-completion/zsh-config.zsh || true +## [/Completion] + # localcommands if [ -f $DOTFILES/zsh/localcommands ] then