Use direnv for project-specific environment variables
This commit is contained in:
parent
14e7c88801
commit
e3c9341623
3 changed files with 8 additions and 0 deletions
3
.bashrc
3
.bashrc
|
|
@ -115,3 +115,6 @@ if ! shopt -oq posix; then
|
|||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
||||
# Hook up direnv
|
||||
eval "$(direnv hook bash)"
|
||||
|
|
|
|||
|
|
@ -163,3 +163,7 @@
|
|||
:custom
|
||||
(ein:jupyter-default-notebook-directory "~/Projects/notebooks")
|
||||
(ein:output-area-inlined-images t))
|
||||
|
||||
(use-package direnv
|
||||
:config
|
||||
(direnv-mode))
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
DEB_PKGS="\
|
||||
audacity \
|
||||
direnv \
|
||||
docker.io \
|
||||
emacs-mozc \
|
||||
exa \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue