1
0
Fork 0
mirror of synced 2024-05-28 04:51:11 -04:00
zimfw/src/stage2/50_zimfw_doctor.zsh.erb
2020-01-31 16:44:57 +01:00

6 lines
246 B
Plaintext

_zimfw_doctor() {
local zopt
etc="$(grep -El '\bcompinit\b' /etc/zshenv /etc/zshrc /etc/zprofile /etc/zlogin 2> /dev/null)"
[ -n "${etc}" ] && _zimfw_print -P "compinit is probably already loaded in your system configuration file ${etc}"
}