feat(zsh): add dart completions
This commit is contained in:
parent
5e486a3b1d
commit
a8c2ae654d
1 changed files with 6 additions and 0 deletions
|
@ -82,6 +82,12 @@ source $DOTFILES/zsh/path.zsh
|
||||||
# Load aliases
|
# Load aliases
|
||||||
source $DOTFILES/zsh/aliases.zsh
|
source $DOTFILES/zsh/aliases.zsh
|
||||||
|
|
||||||
|
# Dart completions
|
||||||
|
## [Completion]
|
||||||
|
## Completion scripts setup. Remove the following line to uninstall
|
||||||
|
[[ -f $HOME/.config/.dart-cli-completion/zsh-config.zsh ]] && . $HOME/.config/.dart-cli-completion/zsh-config.zsh || true
|
||||||
|
## [/Completion]
|
||||||
|
|
||||||
# localcommands
|
# localcommands
|
||||||
if [ -f $DOTFILES/zsh/localcommands ]
|
if [ -f $DOTFILES/zsh/localcommands ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue