mydot/zsh/.zshrc
2024-09-27 07:29:47 +03:00

8 lines
255 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]