This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
dd9db4e318
tvl-depot
/
.envrc
3 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Support direnv DRY up environment variable definition by using direnv and an .envrc file.
2020-01-15 16:57:05 +01:00
export DOTFILES=~/dotfiles
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.
2020-01-15 23:13:18 +01:00
export ORG_DIRECTORY=~/Dropbox/org
Reference in a new issue
Copy permalink