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:
parent
ae532f2ca0
commit
303ff410f7
3 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@ export BROWSER="firefox-developer-edition"
|
|||
export CDPATH=.:~:~/Projects:~/.dotfiles
|
||||
export GOPATH="$HOME/go"
|
||||
export NODE_PATH='/usr/lib/node_modules/'
|
||||
export DOTREMINDERS="$HOME/.config/remind/remind.rem"
|
||||
|
||||
#Adds a list of all the sub directories in my .bin folder to a variable called mypath
|
||||
mypath="$HOME/.bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue