summaryrefslogtreecommitdiff
path: root/dotfiles/system/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.zshrc')
-rw-r--r--dotfiles/system/.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/system/.zshrc b/dotfiles/system/.zshrc
index 3b9027c..dae079c 100644
--- a/dotfiles/system/.zshrc
+++ b/dotfiles/system/.zshrc
@@ -170,3 +170,9 @@ autoload -Uz compinit && compinit
# zoxide
eval "$(zoxide init zsh)"
+
+## [Completion]
+## Completion scripts setup. Remove the following line to uninstall
+[[ -f /home/cjennings/.config/.dart-cli-completion/zsh-config.zsh ]] && . /home/cjennings/.config/.dart-cli-completion/zsh-config.zsh || true
+## [/Completion]
+