diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |