From 68bb1ffbd8bf745437c6513681dbbe687e51bbe1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 19 Jan 2021 14:47:32 +0100 Subject: [PATCH] [UPDATE][SHELL] Remove DOTREMINDER env variable --- shell/.profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/.profile b/shell/.profile index 28c7005..cef579c 100644 --- a/shell/.profile +++ b/shell/.profile @@ -46,9 +46,6 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } || # Use my preferred pager settings for bat export BAT_PAGER="$PAGER $LESS" - # Use this path for `remind` calendar - export DOTREMINDERS="$HOME/.config/remind/reminders.rem" - # Use my ssh-agent service's socket export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" elif { [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ] ; } &&