From 01a756edf3e7275acb86cd1c33991c5466b1c7df Mon Sep 17 00:00:00 2001 From: randomuser Date: Sat, 19 Feb 2022 23:39:30 +0000 Subject: [PATCH] finalize the reminder dotfile situation after all --- bash/bashrc | 3 --- bash/profile | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index 7460b40..7c794c2 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -6,6 +6,3 @@ shopt -s autocd # ssh keeping tidy alias ssh="ssh -F $HOME/.config/ssh/config" - -# remind alias -alias remind="remind ~/git/calendar/reminders" diff --git a/bash/profile b/bash/profile index e6dde08..44b946d 100644 --- a/bash/profile +++ b/bash/profile @@ -8,6 +8,9 @@ export HISTFILESIZE=3000 # less export LESSHISTFILE="-" +# remind +export DOTREMINDERS="$HOME/git/calendar/reminders" + # source the bashrc(s) [ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc [ -f $HOME/.bashrc ] && . $HOME/.bashrc