consistency

This commit is contained in:
Nox Sluijtman 2023-10-20 15:20:59 +02:00
parent aedbe148ba
commit 4e0059d59d

View file

@ -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 ;;