From 8b67c36d929c2661a1f4e28ff137c7ddd53ec33d Mon Sep 17 00:00:00 2001 From: Arseny Maslennikov Date: Mon, 22 Feb 2021 20:29:55 -0800 Subject: 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. --- Functions/Prompts/prompt_restore_setup | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions/Prompts/prompt_restore_setup') 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 -- cgit 1.4.1