guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Timo Wilken
Subject: [bug#61775] [PATCH 0/2] Add zsh shell niceties
Date: Sat, 25 Feb 2023 00:03:45 +0100

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
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]