diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-12 02:37:05 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-12 02:37:05 -0700 |
commit | cbd518862d06684ac9d61a7ae983e46b1ab73f63 (patch) | |
tree | ef216e8d7e7c6fbceb06d9acc50cfa3f77ffd36b /home/xyz/.bashrc | |
parent | b896c326517a8b64da8f775bbd9552323040f1d7 (diff) |
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index e2c1b51e..d20507ed 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -108,6 +108,7 @@ alias sye='systemctl list-unit-files --state=enabled' alias sys='systemctl status' alias syu='systemctl --user' alias syue='systemctl --user list-unit-files --state=enabled' +alias syus='systemctl --user status' alias u='upd; poweroff' alias v='"$EDITOR"' alias va='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/computer/arch_install.md"' |