Support direnv
DRY up environment variable definition by using direnv and an .envrc file.
This commit is contained in:
parent
75aa59bac1
commit
9e4c993849
6 changed files with 6 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue