diff --git a/bash/bashrc b/bash/bashrc index 7c794c2..7460b40 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 remind="remind ~/git/calendar/reminders"