@ -55,10 +55,10 @@ if (( $+commands[direnv])); then
eval"$(direnv hook zsh)"
fi
# Use fzf
if(( $+commands[fzf]));then
# Use $FINDER and $EDITOR
if(( $+commands[$FINDER]));then
e?(){
$EDITOR$(fzf)
$EDITOR$($FINDER)
}
fi
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.