diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-15T22·13+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | dd9db4e318f309afa839e034ff0d152d4aed34f9 (patch) | |
tree | b7383a2a4f5b456e2feb3c40bb0e10539d92f4c1 /.envrc | |
parent | 6e70cb527cd6edc9fdee087930d8a9bfef705abd (diff) |
Prefer direnv to manage ORG_DIRECTORY
Instead of keeping this in my ~/.profile, I'm going to define it in .envrc. What I still don't know is how functions like `getenv` are supposed to interact with direnv. I suppose maybe they aren't? Right now, when I call `(getenv "DOTFILES")` from Emacs, it's `nil`, which I understand. Hopefully the more I use direnv, the more reasonable expectations I'll have.
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc index f95eed11e3a7..dd1aa44963ec 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ export DOTFILES=~/dotfiles +export ORG_DIRECTORY=~/Dropbox/org |