apps: add direnv pkg and load in zsh

This commit is contained in:
Kabbone 2023-07-07 10:57:02 +02:00
parent 1a9de5ff26
commit 4f2c100a8c
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@
powerline-fonts powerline-fonts
powerline-symbols powerline-symbols
tree tree
direnv
]; ];
}; };

View File

@ -39,6 +39,7 @@
# emulate zsh -c "$(direnv hook zsh)" # emulate zsh -c "$(direnv hook zsh)"
# Swag # Swag
pfetch # Show fetch logo on terminal start pfetch # Show fetch logo on terminal start
eval "$(direnv hook zsh)"
''; '';
}; };
}; };