Files
zsh-config/zsh/00-init.zsh
T

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
2015-02-07 20:30:16 +05:00
setopt interactivecomments
2019-11-17 00:34:42 +05:00
# This should help with WSL.
setopt TYPESET_SILENT