added Completion section

This commit is contained in:
2025-10-13 09:18:49 +02:00
parent 16107cc345
commit 550819bdaf

6
.zshrc
View File

@@ -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]