(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:
@@ -28,7 +28,7 @@ ef () {
|
||||
}
|
||||
|
||||
psearch () {
|
||||
pacman -Ss $1 | less
|
||||
pacman -Ss $@ | less
|
||||
}
|
||||
|
||||
### Git aliases
|
||||
|
||||
Reference in New Issue
Block a user