finalize the reminder dotfile situation after all
This commit is contained in:
parent
25bde04e5e
commit
01a756edf3
|
@ -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"
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue