summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-01-28 23:08:24 -0800
committerxyz <gky44px1999@gmail.com>2022-01-28 23:08:24 -0800
commit96fa5703cb9b5c30e644dbf89051630458ba5f44 (patch)
tree76cd979d1bd84d8246050a94c4193bf7489fcf51 /home
parent9e5336c378236ddf75903b66b6ccdd815ffd0555 (diff)
.bashrc, remind use color
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index cf8e7ea0..aa86814c 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -51,11 +51,14 @@ alias grep='grep --color=auto'
#alias info='info --vi-keys'
alias ls='ls --color=auto'
alias radeontop='radeontop -c'
+alias rem='rem -@'
+alias remind='remind -@'
alias rm='rm -I'
alias sdcv='sdcv --color'
alias shellcheck='shellcheck -x'
alias tree='sudo -E tree -a'
alias uname='uname -a'
+alias watch='watch -c'
# different name
# /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md
@@ -69,7 +72,7 @@ alias m=man
alias p=pacman
alias pu=paru
alias qre='qrencode -t utf8i -m 1'
-alias r='rem -c+2'
+alias r='rem -c+2 -@'
alias s='sudo ' # https://askubuntu.com/a/22043
alias se='sudo -E '
alias spd='speedtest; librespeed-cli'