Support direnv

DRY up environment variable definition by using direnv and an .envrc
file.
This commit is contained in:
William Carroll 2020-01-15 15:57:05 +00:00
parent 75aa59bac1
commit 9e4c993849
6 changed files with 6 additions and 9 deletions

View file

@ -21,9 +21,6 @@ command_exists() {
command -v $1 >/dev/null
}
# TODO: remove this from here
export DOTFILES=$HOME/Dropbox/dotfiles
# Load the oh-my-zsh library
antigen use oh-my-zsh