]> arthur.barton.de Git - ax-zsh.git/commitdiff
50_prompt: Export all prompt variables
authorAlexander Barton <alex@barton.de>
Sun, 27 Sep 2015 18:19:12 +0000 (20:19 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Sep 2015 18:19:12 +0000 (20:19 +0200)
core/50_prompt/50_prompt.zshrc

index 6f21886b0aec755b838dcbd20a177bb51d76e5e2..d525024c58eddfd47975c1730d6abeeb6ffd3da7 100644 (file)
@@ -72,4 +72,5 @@ ax_vcs_prompt_functions=()
 
 setopt PROMPT_SUBST
 
-export PS1 RPS1
+export PS1 PS2 PS3 PS4
+export RPS1 RPS2