Compare commits

1 Commits

Author SHA1 Message Date
48e884251b Reverse order of notez display (again, correct this time) 2025-05-09 15:42:36 -04:00

View File

@@ -48,7 +48,7 @@ notez () {
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 # Add a note with prompting