Fixes for zsh running under WSL.

This commit is contained in:
2019-11-17 00:34:42 +05:00
parent d285f9f0df
commit 5028b56e07
2 changed files with 3 additions and 1 deletions

View File

@@ -4,3 +4,5 @@ zstyle :compinstall filename '${CONFIG_PATH}/.zshrc'
setopt completealiases
setopt correct
setopt interactivecomments
# This should help with WSL.
setopt TYPESET_SILENT