my.zsh/lib/install.sh

4 lines
51 B
Bash

setup_myzsh() {
rm -f ~/.zcompdump; compinit
}