diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 22:02:21 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 22:02:21 -0700 |
commit | d328ce9c73dd7dd031d33e40472f95571631a018 (patch) | |
tree | e6dc26025c3a26c0a11732c60f221a2218675b89 /home/xyz/.bashrc | |
parent | 35d2b77e31f9ee44de0bab3313e338d28b880706 (diff) |
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 9cedf07f..0d6b2a3f 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -92,7 +92,6 @@ alias r='rem -cu+2 -@' # https://askubuntu.com/a/22043 alias s='sudo ' alias se='sudo -E ' -alias sp='ssh pp' alias spd='speedtest; librespeed-cli' alias sv=sudoedit alias sy=systemctl @@ -102,6 +101,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 v='"$EDITOR"' alias vd='vidir2 --linktargets' alias vrc='"$EDITOR" +e\ \$MYVIMRC' |