From 4e0059d59d375ee408147129eb305a5f2265cada Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 20 Oct 2023 15:20:59 +0200 Subject: [PATCH] consistency --- src/bin/se | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/se b/src/bin/se index 04bcf50..599817c 100755 --- a/src/bin/se +++ b/src/bin/se @@ -1,5 +1,5 @@ #! /bin/sh -usage(){ printf "Opens a script in vim either as an argument or from the ~/.local/bin directory using skim\n"; } +usage(){ printf "Opens a script in $EDITOR either as an argument or from the ~/.local/bin directory using skim\n"; } if [ $# -eq 1 ] ; then case $1 in --help) usage ;;