add an alias for editing the reminders file

This commit is contained in:
randomuser 2022-02-19 23:42:51 +00:00
parent 01a756edf3
commit 43c343f263
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ shopt -s autocd
# ssh keeping tidy
alias ssh="ssh -F $HOME/.config/ssh/config"
# remind alias
alias sched="nvim $DOTREMINDERS"