about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_restore_setup
diff options
context:
space:
mode:
authorArseny Maslennikov <ar@cs.msu.ru>2021-02-22 20:29:55 -0800
committerBart Schaefer <schaefer@ipost.com>2021-02-22 20:29:55 -0800
commit8b67c36d929c2661a1f4e28ff137c7ddd53ec33d (patch)
treec5442c1779c953e3bff3f0d65cb08cf43907f347 /Functions/Prompts/prompt_restore_setup
parent5c60ec46ec087e7e58c8fc00c6821060e8caecb8 (diff)
downloadzsh-8b67c36d929c2661a1f4e28ff137c7ddd53ec33d.tar.gz
zsh-8b67c36d929c2661a1f4e28ff137c7ddd53ec33d.tar.xz
zsh-8b67c36d929c2661a1f4e28ff137c7ddd53ec33d.zip
48094: apply cleanup commands of the current theme on any theme change
* Rename zstyle `cleanup' on the context `:prompt-theme' to `restore'
  everywhere but in prompt_cleanup(). It is only used as a restore
  mechanism now.
* Ensure prompt_cleanup() continues to store its command list in the
  `cleanup' style.
* Clean up before theme switch at the end of set_prompt().
* Prepend every use of prompt_*_setup (which might modify the shell
  state in ways that require cleanup) with a cleanup run.
* Adjust `prompt restore' to do both parts of the newly split restore
  mechanism, cleanup first.
Diffstat (limited to 'Functions/Prompts/prompt_restore_setup')
-rw-r--r--Functions/Prompts/prompt_restore_setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Prompts/prompt_restore_setup b/Functions/Prompts/prompt_restore_setup
index 54c4adbf9..b77dbe815 100644
--- a/Functions/Prompts/prompt_restore_setup
+++ b/Functions/Prompts/prompt_restore_setup
@@ -1,2 +1,3 @@
 # Damn that was easy
 zstyle -t :prompt-theme cleanup
+zstyle -t :prompt-theme restore