From 550819bdaf2acc7a0b30b25a6005ccbd4d6b3f8b Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 13 Oct 2025 09:18:49 +0200 Subject: [PATCH] added Completion section --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index f0ede2d..f13fc0c 100644 --- a/.zshrc +++ b/.zshrc @@ -129,3 +129,9 @@ if [[ -f ~/bin/alias ]]; then source ~/bin/alias fi + +## [Completion] +## Completion scripts setup. Remove the following line to uninstall +[[ -f /home/thierry/.dart-cli-completion/zsh-config.zsh ]] && . /home/thierry/.dart-cli-completion/zsh-config.zsh || true +## [/Completion] +