[UPDATE][SHELL] Remove DOTREMINDER env variable

This commit is contained in:
Bruno BELANYI 2021-01-19 14:47:32 +01:00
parent e1f618f5b0
commit 68bb1ffbd8
1 changed files with 0 additions and 3 deletions

View File

@ -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" ] ; } &&