From b1e2a0183a9b5b587968f2ab77ac5952331d1972 Mon Sep 17 00:00:00 2001 From: danix Date: Fri, 14 Apr 2023 09:32:15 +0200 Subject: removed the 'function' keyword before declaring a function as is not needed. --- SOURCE/CORE/core-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SOURCE/CORE/core-list.sh') diff --git a/SOURCE/CORE/core-list.sh b/SOURCE/CORE/core-list.sh index 0580df3..17349cd 100644 --- a/SOURCE/CORE/core-list.sh +++ b/SOURCE/CORE/core-list.sh @@ -1,4 +1,4 @@ -function listnotes() { +listnotes() { # [ $PLAIN == true ] && echo "output is plain text" || echo "output is colored" if [[ $(ls -A "$NOTESDIR") ]]; then if [ $PLAIN == false ]; then -- cgit v1.2.3