Turn off default Zsh prompt manually

Using this command there is no need in manipulating the default deployed
`.zshrc` file generated when launching a Zsh instance for the first
time.
This commit is contained in:
Dionisio E Alonso 2019-04-05 00:32:51 -03:00
parent 0c607e9490
commit 6e8ecf00b5
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ prompt_colors() {
esac
}
prompt off
prompt_colors
PS1="${color3}%(?..%? )%f${color0}%n%f@${color1}%m%f:${color2}%~%f${prompt_char}%b%f%k "