mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
52145: Prompt theme with current time and abbreviated VCS_info.
This commit is contained in:
parent
fbec213cc5
commit
02a99863b0
2 changed files with 133 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2023-11-29 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* Sebastian Gniazdowski: 52145: Functions/Prompts/prompt_sprint2_setup:
|
||||||
|
Contributed prompt theme with current time and abbreviated VCS_info.
|
||||||
|
|
||||||
2023-11-23 Bart Schaefer <schaefer@zsh.org>
|
2023-11-23 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 52325: Doc/Zsh/expn.yo, Doc/Zsh/mod_ksh93.yo, Doc/Zsh/params.yo:
|
* 52325: Doc/Zsh/expn.yo, Doc/Zsh/mod_ksh93.yo, Doc/Zsh/params.yo:
|
||||||
|
|
128
Functions/Prompts/prompt_sprint2_setup
Normal file
128
Functions/Prompts/prompt_sprint2_setup
Normal file
|
@ -0,0 +1,128 @@
|
||||||