7 lines
254 B
Bash
7 lines
254 B
Bash
source $HOME/.config/zsh/.zshrc
|
|
|
|
## [Completion]
|
|
## Completion scripts setup. Remove the following line to uninstall
|
|
[[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true
|
|
## [/Completion]
|