finalize the reminder dotfile situation after all

This commit is contained in:
randomuser 2022-02-19 23:39:30 +00:00
parent 25bde04e5e
commit 01a756edf3
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,3 @@ shopt -s autocd
# ssh keeping tidy # ssh keeping tidy
alias ssh="ssh -F $HOME/.config/ssh/config" alias ssh="ssh -F $HOME/.config/ssh/config"
# remind alias
alias remind="remind ~/git/calendar/reminders"

View File

@ -8,6 +8,9 @@ export HISTFILESIZE=3000
# less # less
export LESSHISTFILE="-" export LESSHISTFILE="-"
# remind
export DOTREMINDERS="$HOME/git/calendar/reminders"
# source the bashrc(s) # source the bashrc(s)
[ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc [ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc
[ -f $HOME/.bashrc ] && . $HOME/.bashrc [ -f $HOME/.bashrc ] && . $HOME/.bashrc