Move zsh and aliases to conf.d style configs
This commit is contained in:
4
zsh.d/direnv.zsh
Normal file
4
zsh.d/direnv.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Per-directory env
|
||||
if (( $+commands[direnv])); then
|
||||
eval "$(direnv hook zsh)"
|
||||
fi
|
Reference in New Issue
Block a user