about summary refs log tree commit diff
path: root/configs/shared/.zshrc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-15T15·57+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T10·56+0000
commit9e4c993849e939d881068589e4ae446bde047e12 (patch)
treedee6aefd68b1e68988861ed69ff5646250f28a4c /configs/shared/.zshrc
parent75aa59bac13c4cd8e96947c741556678ba84000e (diff)
Support direnv
DRY up environment variable definition by using direnv and an .envrc
file.
Diffstat (limited to 'configs/shared/.zshrc')
-rw-r--r--configs/shared/.zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/shared/.zshrc b/configs/shared/.zshrc
index 0783f35529fd..7f846ce54de4 100644
--- a/configs/shared/.zshrc
+++ b/configs/shared/.zshrc
@@ -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