Add direnv support
This commit is contained in:
parent
e6c7f7952f
commit
91a7a458fa
5
zshrc
5
zshrc
@ -50,6 +50,11 @@ if (( $+commands[navi] )); then
|
|||||||
eval "$(navi widget zsh)"
|
eval "$(navi widget zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Per-directory env
|
||||||
|
if (( $+commands[direnv])); then
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
|
fi
|
||||||
|
|
||||||
# Use fd for fzf
|
# Use fd for fzf
|
||||||
if (( $+commands[fd] )); then
|
if (( $+commands[fd] )); then
|
||||||
_fzf_compgen_path() {
|
_fzf_compgen_path() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user