aboutsummaryrefslogtreecommitdiff
path: root/home/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.profile')
-rw-r--r--home/.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile
index 46c93c3..d05cfd6 100644
--- a/home/.profile
+++ b/home/.profile
@@ -3,3 +3,9 @@ export EDITOR="vim"
alias cl="xclip -sel clip"
alias pb="nc hrhr.dev 9999"
alias pacman="sudo pacman"
+alias po="pacman -Qo"
+alias ps="pacman -Ss"
+alias pi="sudo pacman -S"
+alias pl="pacman -Ql"
+alias pyu="sudo pacman -Syu"
+function d(){ dict $@ | less }