30_prezto.zsh 402 B

1234567891011121314151617
  1. #
  2. # Prezto options
  3. #
  4. # Set case-sensitivity for completion, history lookup, etc.
  5. zstyle ':prezto:*:*' case-sensitive 'no'
  6. # Color output (auto set to 'no' on dumb terminals).
  7. zstyle ':prezto:*:*' color 'yes'
  8. # Auto set the tab and window titles.
  9. zstyle ':prezto:module:terminal' auto-title 'yes'
  10. # debi alias conflicts debi provided by devscripts
  11. if (( $+aliases[debi] )); then
  12. unalias debi
  13. fi