diff options
Diffstat (limited to 'home/xyz/.bashrc')
-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 48e49182..69ac9d18 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -73,7 +73,8 @@ alias pt=pactree alias pu=paru alias qre='qrencode -t utf8i -m 1' alias r='rem -c+2 -@' -alias s='sudo ' # https://askubuntu.com/a/22043 +# https://askubuntu.com/a/22043 +alias s='sudo ' alias se='sudo -E ' alias spd='speedtest; librespeed-cli' alias sv=sudoedit |