diff options
| author | Craig Jennings <c@cjennings.net> | 2025-07-16 11:07:55 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-07-16 11:07:55 -0500 |
| commit | 3f4156d2c3c93d038d3b239672a33bbd51d47be7 (patch) | |
| tree | c60ad8187525e3001b78350bf0938c151a7bb362 /dotfiles/system/.zshrc | |
| parent | 338cf81e20014a53589052a1da9b7c21c4c520e6 (diff) | |
latest updates as of 2025-07-16 @ 11:07 AM CDT
Diffstat (limited to 'dotfiles/system/.zshrc')
| -rw-r--r-- | dotfiles/system/.zshrc | 6 |
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] + |
