config/zshrc

20 lines
261 B
Bash
Raw Normal View History

2020-08-19 12:00:21 +00:00
# Generic options
setopt NOMATCH
# Maybe?
# setopt PROMPT_BANG
# History
setopt BANG_HIST
setopt HIST_REDUCE_BLANKS
# Completion
setopt ALWAYS_TO_END MARK_DIRS
# Correction
setopt CORRECT
# Plugins (zplug)
# Source zplug init file
source ~/.zplug/init.zsh