Added direnv

This commit is contained in:
Serĉanto de Scio 2019-11-13 09:30:29 +10:00
parent a30afc9102
commit 2ff22c8477
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -36,6 +36,7 @@
git # Distributed version control system git # Distributed version control system
powerline-fonts # For zsh themes powerline-fonts # For zsh themes
lsof # list open files lsof # list open files
direnv # A shell extension that manages your environment
( (
import ../Deployments/vim.nix import ../Deployments/vim.nix
) )
@ -48,6 +49,9 @@
autosuggestions = { autosuggestions = {
enable = true; enable = true;
}; };
interactiveShellInit = ''
eval "$(direnv hook zsh)"
'';
# List of strings concatenated with "\n" # List of strings concatenated with "\n"
#loginShellInit = '' #loginShellInit = ''
# _byobu_sourced=1 . byobu 2>/dev/null || true # _byobu_sourced=1 . byobu 2>/dev/null || true