diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-13 15:46:10 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-13 15:46:10 -0800 |
commit | 3f910c0deedc6e4394e0052886037025f6ff3f67 (patch) | |
tree | 7cf79712937a8acd6910e058f1e09cc2c734b7ec /home | |
parent | ab421ebe2fc025057719466f0dc4dcfb63c85754 (diff) |
bashrc, speedtest test upload, alias sudo systemctl
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index c70c90ba..2997a44d 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -62,7 +62,8 @@ alias p=pacman alias pu=paru alias s='sudo ' # https://askubuntu.com/a/22043 alias se='sudo -E ' -alias spd='speedtest --no-upload; librespeed-cli --no-upload' +alias spd='speedtest; librespeed-cli' +alias ssy='sudo systemctl' alias sv='sudoedit' alias tp='sudo tio /dev/ttyACM0' alias v='$EDITOR' |