summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-01-26 02:23:51 -0800
committerxyz <gky44px1999@gmail.com>2022-01-26 02:23:51 -0800
commit095a2255f66798fa1b73b7f85aac550834b5e701 (patch)
tree9bb754c85d930131158cba86874184ae0285ec7b /home/xyz/.bashrc
parentfa1e450823d0c91f0f6b7e144b7660242444a680 (diff)
use remind instead of calcurse, integrate remind to scripts
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 9c61b17b..6005f780 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -51,6 +51,7 @@ 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'
@@ -77,6 +78,7 @@ alias tp='sudo tio /dev/ttyACM0'
alias v='$EDITOR'
alias vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/cli_notes.md"'
alias vq='$EDITOR "$XDG_DOCUMENTS_DIR/notes/others/questions_ideas_tips.md"'
+alias vr='$EDITOR "$DOTREMINDERS"'
alias vvrc='$EDITOR +e\ \$MYVIMRC'
alias za='zoxide add'