zsh-config/zsh/00-init.zsh

8 lines
180 B
Bash
Raw Normal View History

2014-12-02 21:07:00 +05:00
bindkey -e
zstyle :compinstall filename '${CONFIG_PATH}/.zshrc'
setopt completealiases
setopt correct
setopt interactivecomments
2019-11-17 00:34:42 +05:00
# This should help with WSL.
setopt TYPESET_SILENT