01_presto.zsh 330 B

1234567891011121314151617
  1. #
  2. # Load prezto
  3. #
  4. BUNDLES_ROOT="${ZSHDOTDIR}/bundles"
  5. PREZTO_INIT="${BUNDLES_ROOT}/prezto/init.zsh"
  6. if [ -f "${PREZTO_INIT}" ]; then
  7. export ZDOTDIR="${BUNDLES_ROOT}"
  8. source "${PREZTO_INIT}"
  9. unset ZDOTDIR
  10. fi
  11. unset BUNDLES_ROOT PREZTO_INIT
  12. # Fix some prezto defaults
  13. if (( $+aliases[debi] )); then
  14. unalias debi
  15. fi