@@ -50,6 +50,11 @@ if (( $+commands[navi] )); then
eval"$(navi widget zsh)"
fi
# Per-directory env
if(( $+commands[direnv]));then
eval"$(direnv hook zsh)"
fi
# Use fd for fzf
if(( $+commands[fd]));then
_fzf_compgen_path(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.