From 4b87a0b8bfd2d1dbcc7778e57a71b0af4f74fe9e Mon Sep 17 00:00:00 2001 From: 12425 <1242523@gmail.com> Date: Wed, 7 Sep 2016 12:18:19 +0800 Subject: [PATCH] No need to set PS1 by default. --- lib/theme-and-appearance.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh index 5c5bb0e6d..5a66eaf11 100644 --- a/lib/theme-and-appearance.zsh +++ b/lib/theme-and-appearance.zsh @@ -32,9 +32,6 @@ else SCREEN_NO="" fi -# Apply theming defaults -PS1="%n@%m:%~%# " - # git theming default: Variables for theming the git info prompt ZSH_THEME_GIT_PROMPT_PREFIX="git:(" # Prefix at the very beginning of the prompt, before the branch name ZSH_THEME_GIT_PROMPT_SUFFIX=")" # At the very end of the prompt