From 74d0db4ff113ee33f2bd7839cad0133815a3c520 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 31 Aug 2013 00:08:49 +0200 Subject: [PATCH] Revert "Only set the option locally" This reverts commit b5905579e4415e2d244bbd12096c888f94e8d82c. --- pure.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pure.zsh b/pure.zsh index 3f27c0f..f25ed40 100644 --- a/pure.zsh +++ b/pure.zsh @@ -30,7 +30,7 @@ zstyle ':vcs_info:git*' actionformats ' %b|%a' # enable prompt substitution - setopt local_options prompt_subst + setopt PROMPT_SUBST # only show username if not default [ $USER != "$PURE_DEFAULT_USERNAME" ] && local username='%n@%m '