Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 48094: apply cleanup commands of the current theme on any theme change | Arseny Maslennikov | 2021-02-22 | 1 | -19/+35 |
| | | | | | | | | | | | | | * 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. | ||||
* | 47867: Fix RPROMPT typo in prompinit | Arseny Maslennikov | 2021-02-19 | 1 | -2/+2 |
| | |||||
* | 41472: introduce cleanup hooks default and restore special themes, and ↵ | Barton E. Schaefer | 2017-07-29 | 1 | -29/+91 |
| | | | | update documentation | ||||
* | 37192: silence WARN_CREATE_GLOBAL in prompt themes | Barton E. Schaefer | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | 30461, 30462 (tweaked): add missing local for match, mbegin and mend | Mikael Magnusson | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | 30087: Christian Höltje: remove any hooks with prompt theme | Peter Stephenson | 2012-01-05 | 1 | -2/+4 |
| | |||||
* | 30020: prevent prompt_opts and zle_highlight from leaking out of | Bart Schaefer | 2011-12-13 | 1 | -1/+2 |
| | | | | prompt_preview_theme | ||||
* | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 2010-07-28 | 1 | -2/+2 |
| | |||||
* | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | Frank Terbeck: 26104: eliminate WARN_CREATE_GLOBAL warnings | Peter Stephenson | 2008-12-02 | 1 | -3/+4 |
| | |||||
* | Quote expansion of prompt_opts in prompt() because zsh emulation is by | Bart Schaefer | 2008-10-10 | 1 | -1/+1 |
| | | | | necessity not enforced there. | ||||
* | 25276: use autoload -z for zsh-autoload functions | Peter Stephenson | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | 25095: thorough modernization of prompt theme system | Peter Stephenson | 2008-05-17 | 1 | -18/+19 |
| | |||||
* | 24043: remove one "emulate" that was too many | Bart Schaefer | 2007-10-31 | 1 | -1/+0 |
| | |||||
* | zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't try | Bart Schaefer | 2007-10-14 | 1 | -2/+5 |
| | | | | to run precmd or preexec if they don't exist. | ||||
* | 22739: arno: different test for theme in prompt -c | Peter Stephenson | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | Misc. prompt theme repairs | Bart Schaefer | 2005-05-10 | 1 | -0/+1 |
| | |||||
* | Create "User Contributions" doc and make some assoctiated changes. | Bart Schaefer | 2000-09-04 | 1 | -2/+3 |
| | |||||
* | 11866: More ANSI color stuff; preserve more state during prompt previewing. | Bart Schaefer | 2000-06-11 | 1 | -35/+119 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-04 | 1 | -0/+107 |