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
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Hook up direnv
|
||||||
|
eval "$(direnv hook bash)"
|
||||||
|
|
|
||||||
|
|
@ -163,3 +163,7 @@
|
||||||
:custom
|
:custom
|
||||||
(ein:jupyter-default-notebook-directory "~/Projects/notebooks")
|
(ein:jupyter-default-notebook-directory "~/Projects/notebooks")
|
||||||
(ein:output-area-inlined-images t))
|
(ein:output-area-inlined-images t))
|
||||||
|
|
||||||
|
(use-package direnv
|
||||||
|
:config
|
||||||
|
(direnv-mode))
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
DEB_PKGS="\
|
DEB_PKGS="\
|
||||||
audacity \
|
audacity \
|
||||||
|
direnv \
|
||||||
docker.io \
|
docker.io \
|
||||||
emacs-mozc \
|
emacs-mozc \
|
||||||
exa \
|
exa \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue