diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-20 17:08:58 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-20 17:08:58 -0400 |
commit | f1f5300506cff936a0f05e0b23e969a49413b7b6 (patch) | |
tree | 719032975602949565755d8d57ef9cc09a008aef /home | |
parent | 7e653313f7974a4963e8b7aaebdfad1ee3ebdae3 (diff) |
added d function for simple scroll and pacman aliases
Diffstat (limited to 'home')
-rw-r--r-- | home/.profile | 6 |
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 } |