]> arthur.barton.de Git - ax-zsh.git/commit
50_prompt: Don't export PS{1...4} and RPS{1|2} any more
authorAlexander Barton <alex@barton.de>
Mon, 2 Nov 2015 13:33:57 +0000 (14:33 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 2 Nov 2015 13:33:57 +0000 (14:33 +0100)
commit07055eaea5e2e2927d0f5a02e66796ad4c2732f7
treec9d989efee1a40fb707c948a64623d3aec3755a6
parentb03971b7fe57975fde02340f2d5e364be1e29a14
50_prompt: Don't export PS{1...4} and RPS{1|2} any more

Exporting the prompt environment variables fails with non-ZSH sub-shells,
and with AX-ZSH themes that relay on environment variables that aren't
exported (and plain ZSH doesn't export by default, so nobody can relay on
this anyway).

Now themes are initialized in the "zshrc" step (insetad of "zlogin").
core/50_prompt/50_prompt.zshrc
default_plugins/prompt/prompt.zlogin [deleted file]
default_plugins/prompt/prompt.zshrc [new file with mode: 0644]