diff options
Diffstat (limited to 'SOURCE/CORE/core-list.sh')
| -rw-r--r-- | SOURCE/CORE/core-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
