diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-26 10:53:47 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-26 10:53:47 -0800 |
commit | 4932e992a5b24ade2d9c4d12f85b79be3d77c380 (patch) | |
tree | d30424ccd321cb91a4fed9b8df469c2d88438002 /home | |
parent | 095a2255f66798fa1b73b7f85aac550834b5e701 (diff) |
alias r as rem
Diffstat (limited to 'home')
-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 6005f780..1058dbb5 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -51,7 +51,6 @@ alias grep='grep --color=auto' #alias info='info --vi-keys' alias ls='ls --color=auto' alias radeontop='radeontop -c' -alias rem='rem -c+2' alias rm='rm -I' alias sdcv='sdcv --color' alias shellcheck='shellcheck -x' @@ -69,6 +68,7 @@ alias m=man alias p=pacman alias pu=paru alias qre='qrencode -t utf8i -m 1' +alias r='rem -c+2' alias s='sudo ' # https://askubuntu.com/a/22043 alias se='sudo -E ' alias spd='speedtest; librespeed-cli' |