From b3f78e588b55e8676997377b14868689986b12a9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 26 Jul 2021 01:39:14 +0100 Subject: (Emacs|Scripts)~minor edits (Emacs)~changed some descriptions, formatting, edits of assigned functions (Scripts)~allow psearch to use all arguments supplied rather than just the first one (pacman -Ss actually greedily consumes all arguments given as part of the search) --- Shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Shell') diff --git a/Shell/.zshrc b/Shell/.zshrc index 117af9a..15df5f7 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -28,7 +28,7 @@ ef () { } psearch () { - pacman -Ss $1 | less + pacman -Ss $@ | less } ### Git aliases -- cgit v1.2.3-13-gbd6f