mydot/zsh/.zshrc

7 lines
254 B
Bash
Raw Normal View History

2023-07-11 10:41:59 +03:00
source $HOME/.config/zsh/.zshrc
2024-09-27 07:29:47 +03:00
## [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]