bdwmb/modules/editor
Ari Archer df4a3c1dc7
update @ Sat 19 Mar 17:14:52 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-19 17:14:52 +02:00

6 lines
117 B
Bash

#!/usr/bin/env sh
# DEPENDS ON: $VISUAL || $EDITOR
beditor() {
printf '%s' "$(basename "${VISUAL:-$EDITOR}")"
}