From afecd21d3b975ddb0d6f2648c2f09bd1b60e098c Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 27 May 2020 21:39:40 -0400
Subject: ps is already a command. pse
---
home/.profile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'home')
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"
--
cgit