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