diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-12 18:18:55 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-12 18:18:55 -0700 |
commit | bd2284a82b5ad0fe04708e881f04e6ae3c0c0b92 (patch) | |
tree | 0545bee4c0146c91214d5293f8699312da6120be /home | |
parent | 70b500e1d6141a2fe56cd00f48b22ee606469c34 (diff) |
sye and syue aliases
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 2 |
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"' |