summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-03-12 18:18:55 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-03-12 18:18:55 -0700
commitbd2284a82b5ad0fe04708e881f04e6ae3c0c0b92 (patch)
tree0545bee4c0146c91214d5293f8699312da6120be /home/xyz
parent70b500e1d6141a2fe56cd00f48b22ee606469c34 (diff)
sye and syue aliases
Diffstat (limited to 'home/xyz')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index db916350..1920dd6a 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -101,6 +101,8 @@ alias sp='ssh pp'
alias spd='speedtest; librespeed-cli'
alias sv=sudoedit
alias sy=systemctl
+alias sye='systemctl list-unit-files --state=enabled'
+alias syue='systemctl --user list-unit-files --state=enabled'
alias u='upd; poweroff'
alias v='"$EDITOR"'
alias va='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/computer/arch_install.md"'