diff options
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r-- | Shell/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index 8d17113..117af9a 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -27,6 +27,10 @@ ef () { sedit $(fzf) } +psearch () { + pacman -Ss $1 | less +} + ### Git aliases alias gs="git status" alias gd="git diff" |