diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-27 21:39:40 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-27 21:39:40 -0400 |
commit | afecd21d3b975ddb0d6f2648c2f09bd1b60e098c (patch) | |
tree | 427b6edaf5e2a70149b996cb06e650be7951d5de /home/.profile | |
parent | 9132b6dda17891d24d3a691417976c2292bcadad (diff) |
ps is already a command. pse
Diffstat (limited to 'home/.profile')
-rw-r--r-- | home/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile index 4ae5757..0285a74 100644 --- a/home/.profile +++ b/home/.profile @@ -4,7 +4,7 @@ alias cl="xclip -sel clip" alias pb="nc hrhr.dev 9999" alias pacman="sudo pacman" alias po="pacman -Qo" -alias ps="pacman -Ss" +alias pse="pacman -Ss" alias pi="sudo pacman -S" alias pl="pacman -Ql" alias pyu="sudo pacman -Syu" |