zsh-config/zsh/00-init.zsh

8 lines
180 B
Bash

bindkey -e
zstyle :compinstall filename '${CONFIG_PATH}/.zshrc'
setopt completealiases
setopt correct
setopt interactivecomments
# This should help with WSL.
setopt TYPESET_SILENT