diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-05 03:53:26 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-05 03:53:26 -0800 |
commit | a3270d79891e8dd200f9d6b9d21af27ae12c87ca (patch) | |
tree | c40fe6080a124fa4b93ab5d6388fb357052ee4f2 /home/xyz/.bashrc | |
parent | 944d53378d80b573a34f5d8221c7c1beaa94b9cc (diff) |
feat: ssh ia config
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 5ea257d6..3de72f63 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -79,6 +79,7 @@ alias r='rem -cu+2 -@' # https://askubuntu.com/a/22043 alias s='sudo ' alias se='sudo -E ' +alias sia='ssh ia' alias ska='ssh ka' alias sp='ssh pp' alias spd='speedtest; librespeed-cli' |