my.zsh/lib/install.sh

4 lines
51 B
Bash
Raw Normal View History

2018-05-24 14:25:36 +01:00
setup_myzsh() {
rm -f ~/.zcompdump; compinit
}