Reversed order of notes in 'notez' display

This commit is contained in:
2025-05-09 15:38:53 -04:00
parent 85464f66b3
commit c506348422

View File

@@ -8,7 +8,7 @@ noteb () {
if [[ $# -eq 0 ]]; then if [[ $# -eq 0 ]]; then
# No arguments, display the notes file # No arguments, display the notes file
cat "$notes_file" tac "$notes_file"
return 0 return 0
elif [[ "$1" == "-a" ]]; then elif [[ "$1" == "-a" ]]; then
# Add a note with prompting (using Bash's read -p) # Add a note with prompting (using Bash's read -p)