From 43c343f2632e123d52aff4741691d9e9eb9529dc Mon Sep 17 00:00:00 2001 From: randomuser Date: Sat, 19 Feb 2022 23:42:51 +0000 Subject: [PATCH] add an alias for editing the reminders file --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/bashrc b/bash/bashrc index 7c794c2..4a6c656 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -6,3 +6,6 @@ shopt -s autocd # ssh keeping tidy alias ssh="ssh -F $HOME/.config/ssh/config" + +# remind alias +alias sched="nvim $DOTREMINDERS"