Skip to content

Commit

Permalink
dart cli completion
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Nov 24, 2024
1 parent 5399de9 commit 3d3db10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 3d3db10

Please sign in to comment.