mbox series

[bug#61775,0/2] Add zsh shell niceties

Message ID 20230224230345.30823-1-guix@twilken.net
Headers show
Series Add zsh shell niceties | expand

Message

Timo Wilken Feb. 24, 2023, 11:03 p.m. UTC
This patch series adds two zsh shell extensions:

* zsh-history-substring-search, which lets the user search their shell history
  by typing at the zsh prompt and pressing "up", and:
* zsh-completions, which contains completion info for commands not covered by
  the built-in completion info in zsh itself.

While the packages are independent from each other, I'm sending them as a
patch series to make the whole thing easier to merge.

Timo Wilken (2):
  gnu: Add zsh-history-substring-search
  gnu: Add zsh-completions

 gnu/packages/shellutils.scm | 55 +++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)


base-commit: df8b8f0c76388239dac9f2892c97b92e92c92901

Comments

Ludovic Courtès March 30, 2023, 9:17 p.m. UTC | #1
Hi Timo,

Timo Wilken <guix@twilken.net> skribis:

>   gnu: Add zsh-history-substring-search
>   gnu: Add zsh-completions

Applied, thanks!

Ludo’.