diff --git a/.shell_functions b/.shell_functions index 2d64aa7..5a46745 100644 --- a/.shell_functions +++ b/.shell_functions @@ -48,7 +48,7 @@ notez () { 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