mydot/zsh/.zshrc
2024-09-27 08:07:16 +03:00

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]