REMIND/ZSH: set environment variables and alias

I have added an environment variable to make rem look for it's default
configuration file in ~/.config/remind/remind.rem

I have added an alias so rem will output in colour

I have made zsh run `rem` when I open a new terminal if I don't have a
project set. I may remove this in the future
This commit is contained in:
Jonathan Hodgson 2020-10-14 17:46:45 +01:00
parent ae532f2ca0
commit 303ff410f7
3 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,9 @@ alias jq="jq -C"
alias mbsync="mbsync -c \"$XDG_CONFIG_HOME/isync/mbsyncrc.secret\""
alias imapfilter="imapfilter -c \"$XDG_CONFIG_HOME/imapfilter/config.lua\""
# Makes rem output color by default
alias rem="rem -@"
####################
# Path Shortcuts #