Remove prompt options, they are enable in a theme

This commit is contained in:
Kenneth Benzie 2017-11-30 20:44:56 +00:00
parent d2626b5fa5
commit 0e734bbc7b

4
zshrc
View File

@ -17,10 +17,6 @@ setopt HIST_SAVE_NO_DUPS
# Enable multi-terminal history # Enable multi-terminal history
setopt INC_APPEND_HISTORY setopt INC_APPEND_HISTORY
# Enable % escape expansion and substitution in the prompt
setopt PROMPT_PERCENT
setopt PROMPT_SUBST
# Disable '<Ctrl>D' to logout # Disable '<Ctrl>D' to logout
setopt IGNORE_EOF setopt IGNORE_EOF