about summary refs log tree commit diff
path: root/Functions/Prompts
Commit message (Collapse)AuthorAgeFilesLines
* 52145: Prompt theme with current time and abbreviated VCS_info.Sebastian Gniazdowski2023-11-291-0/+128
|
* promptinit: only exclude current theme from preview if no arguments are givenMikael Magnusson2022-03-081-3/+2
|
* 48853: improved handling of theme resets when changing prompt themes, ↵Marlon Richert2021-05-161-94/+71
| | | | especially for theme preview
* 48094: apply cleanup commands of the current theme on any theme changeArseny Maslennikov2021-02-222-19/+36
| | | | | | | | | | | | | * 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 prompinitArseny Maslennikov2021-02-191-2/+2
|
* 45003: Fix more documentation typosMartijn Dekker2019-12-111-1/+1
|
* 41472: introduce cleanup hooks default and restore special themes, and ↵Barton E. Schaefer2017-07-295-37/+115
| | | | update documentation
* 41345: Use consistent prompt variables in prompt themese.Peter Stephenson2017-06-261-3/+3
| | | | | Some more sanity may be needed in this area but this apsect seems uncontroversial.
* 37214: 'prompt walters': Don't export PS1Daniel Shahaf2015-11-271-3/+3
|
* 37192: silence WARN_CREATE_GLOBAL in prompt themesBarton E. Schaefer2015-11-227-7/+12
|
* 36314: Avoid using short_loops syntax in distributed filesMikael Magnusson2015-08-281-2/+2
|
* add RPS2 handling to "prompt bart", update help text, clean up indentation ↵Barton E. Schaefer2015-07-251-11/+28
| | | | whitespace
* 35660: prompt_adam1_setup: avoid perl, fix helpBarton E. Schaefer2015-06-281-4/+3
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-19/+1
|
* 30468: prompt_fade_setup: add missing $Mikael Magnusson2012-05-141-1/+1
|
* 30461, 30462 (tweaked): add missing local for match, mbegin and mendMikael Magnusson2012-05-021-0/+1
|
* 30214: emulate bash's \$ prompt behavior.Wayne Davison2012-02-141-1/+1
|
* 30214: prompt_redhat_setup: Fix quoting in `redhat' prompt.Frank Terbeck2012-02-131-1/+1
|
* 30087: Christian Höltje: remove any hooks with prompt themePeter Stephenson2012-01-051-2/+4
|
* 30020: prevent prompt_opts and zle_highlight from leaking out ofBart Schaefer2011-12-131-1/+2
| | | | prompt_preview_theme
* users/16291: prompt_bart_preexec uses history text in the non-"fg" caseBart Schaefer2011-08-291-2/+3
| | | | to avoid alias expansion.
* Use preexec hook to replace "fg" et al. with the jobtext of the resumed job.Bart Schaefer2011-08-181-2/+27
|
* Adrian: 28857: Functions/Prompts/prompt_bigfade_setup: use %d instead of $PWDBart Schaefer2011-03-051-1/+1
|
* c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson2010-07-281-2/+2
|
* c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson2010-07-281-1/+1
|
* unposted: change bracket colors default to yellow when in an ssh session.Clint Adams2009-11-201-1/+1
|
* Paul Ackersviller: 26959: delay before removing test modulesPeter Stephenson2009-05-131-2/+2
| | | | users/14118: fix test and assignment in prompt_special_chars
* 26957: Fix some memory problems with read builtinPeter Stephenson2009-05-121-0/+1
| | | | unposted: fix a WARN_CREATE_GLOBAL warning
* Frank Terbeck: 26104: eliminate WARN_CREATE_GLOBAL warningsPeter Stephenson2008-12-021-3/+4
|
* Quote expansion of prompt_opts in prompt() because zsh emulation is byBart Schaefer2008-10-101-1/+1
| | | | necessity not enforced there.
* 25697: drop git code and switch to vcs_info.Clint Adams2008-09-211-5/+6
|
* 25600: fix incorrect pattern introduced by 25059.Bart Schaefer2008-09-031-1/+1
|
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-116-6/+6
|
* unposted: add prompt_pws_setup to .distfilesPeter Stephenson2008-05-201-7/+17
|
* 25063: minor tweaks to Bart's promptPeter Stephenson2008-05-181-3/+5
|
* 25095: thorough modernization of prompt theme systemPeter Stephenson2008-05-1718-133/+150
|
* Oliver: 24962: update prompt_oliver_setup with default highlightingPeter Stephenson2008-05-071-8/+8
|
* unposted: fix typo in git psvar assignment.Clint Adams2007-11-221-1/+1
|
* 24043: remove one "emulate" that was too manyBart Schaefer2007-10-311-1/+0
|
* unposted: make sure localtraps is unset before setting TRAPWINCH.Bart Schaefer2007-10-141-2/+2
|
* zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't tryBart Schaefer2007-10-141-2/+5
| | | | to run precmd or preexec if they don't exist.
* 23947: remove apm battery status and add git branch detection.Clint Adams2007-10-131-14/+8
|
* unposted: force latest version of files from vendor to main branchPeter Stephenson2007-07-033-3/+28
|
* users/11568: use UTF-8 characters in some prompt themesPeter Stephenson2007-06-148-31/+62
|
* Remove conversion comment.Clint Adams2007-06-121-1/+1
|
* 22739: arno: different test for theme in prompt -cPeter Stephenson2006-09-211-1/+1
|
* 22672: arno: unset ksharrays for prompt functionsPeter Stephenson2006-09-072-3/+5
|
* More adjustements for PROMPT_SPBart Schaefer2005-08-151-4/+7
|
* Tweak promptcr handling in "bart" prompt themeBart Schaefer2005-05-231-1/+1
|
* Misc. prompt theme repairsBart Schaefer2005-05-107-41/+107
|