9 lines
119 B
Bash

alias e="$EDITOR"
# Use $FINDER and $EDITOR
if (( $+commands[$FINDER] )); then
e?() {
$EDITOR $($FINDER)
}
fi