Added direnv to environment for per-directory enviroment hooks
This commit is contained in:
parent
d21673d2ec
commit
6ab638533b
1 changed files with 3 additions and 0 deletions
3
.local/dotfiles/environment/direnv.zsh
Normal file
3
.local/dotfiles/environment/direnv.zsh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if (( ${+commands[direnv]} )); then
|
||||
eval "$(direnv hook zsh)"
|
||||
fi
|
Loading…
Reference in a new issue