00_zplug.zsh 172 B

12345678910
  1. #
  2. # zplug settings
  3. #
  4. if [ -n "${ZPLUG_HOME}" ] ; then
  5. if ! command -v gawk >/dev/null 2>&1 ; then
  6. printf "[zplug] warning: gawk is not installed\n"
  7. fi
  8. fi