(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)
This commit is contained in:
2021-07-26 01:39:14 +01:00
parent d59c38f134
commit b3f78e588b
2 changed files with 11 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ ef () {
}
psearch () {
pacman -Ss $1 | less
pacman -Ss $@ | less
}
### Git aliases