From 0e38264aec852a39606e33c200459ff50d670732 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 6 May 2024 22:35:19 +0100 Subject: [PATCH] update --- bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 51226ce..6584f55 100644 --- a/bashrc +++ b/bashrc @@ -151,7 +151,8 @@ if [ $_updates_available -gt 0 ] ; then fi echo "" -echo -e "Remember \"\033[1;34mTODO.md\033[0m\" and \"\033[1;34mautonote.md\033[0m\" files have content automatically displayed." +echo -e "Remember \"\033[1;34mTODO.md\033[0m\" and \"\033[1;34mautonote.md\033[0m\" files have content automatically displayed." +echo -e "Edit these with \033[1;34met\033[0m and \033[1;34mea\033[0m" echo "" . "$HOME/.config/bash/cheat.bash" @@ -181,7 +182,7 @@ if [ -f ".autonote.md" ]; then echo echo -e "\e[91autonote.md\e[0m" echo "---------------------------" - mdcat autonote.md + mdcat .autonote.md echo "---------------------------" echo fi