From 0e734bbc7bab0cc2571f2e90b3421b9ba588d07d Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 30 Nov 2017 20:44:56 +0000 Subject: [PATCH] Remove prompt options, they are enable in a theme --- zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zshrc b/zshrc index b5651b4..d4a35e1 100644 --- a/zshrc +++ b/zshrc @@ -17,10 +17,6 @@ setopt HIST_SAVE_NO_DUPS # Enable multi-terminal history setopt INC_APPEND_HISTORY -# Enable % escape expansion and substitution in the prompt -setopt PROMPT_PERCENT -setopt PROMPT_SUBST - # Disable 'D' to logout setopt IGNORE_EOF