commit 1c22fecb25dde86b6c88b3b753833fd08674b448
parent 30e2c8f2fb7a7c39c7f1c1575ac10a711e97b21c
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 29 Jul 2018 10:12:35 -0400
Add psu alias
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.shrc b/.shrc
@@ -51,6 +51,7 @@ alias feh="feh --auto-rotate --scale-down"
alias rsync="rsync -C --include=.git/"
alias ag="ag -p ~/.cvsignore"
alias pacupdates="cat /run/motd.pacman"
+alias psu="ps -U $LOGNAME"
if [ "$VISUAL" = "vi" ]
then