From a8c2ae654d1be65a6b81628b800f38897da4ee66 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Mon, 9 Dec 2024 13:56:54 +0100 Subject: [PATCH] feat(zsh): add dart completions --- zsh/.zshrc | 6 ++++++ 1 file changed, 6 insertions(+) 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