From 3d3db10c3283c594d38eb50afdbee142351b52ea Mon Sep 17 00:00:00 2001 From: sensuikan1973 Date: Sun, 24 Nov 2024 22:46:26 +0900 Subject: [PATCH] dart cli completion --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 952cc461..e2a73eee 100644 --- a/.zshrc +++ b/.zshrc @@ -3,3 +3,9 @@ source "$HOME/dotfiles/macos/.main.zsh" source "$HOME/dotfiles/zsh/.main.zsh" + +## [Completion] +## Completion scripts setup. Remove the following line to uninstall +[[ -f /Users/shimizunaoki/.dart-cli-completion/zsh-config.zsh ]] && . /Users/shimizunaoki/.dart-cli-completion/zsh-config.zsh || true +## [/Completion] +