update
This commit is contained in:
parent
bee848ee73
commit
0e38264aec
3
bashrc
3
bashrc
|
@ -152,6 +152,7 @@ fi
|
||||||
|
|
||||||
echo ""
|
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 ""
|
echo ""
|
||||||
|
|
||||||
. "$HOME/.config/bash/cheat.bash"
|
. "$HOME/.config/bash/cheat.bash"
|
||||||
|
@ -181,7 +182,7 @@ if [ -f ".autonote.md" ]; then
|
||||||
echo
|
echo
|
||||||
echo -e "\e[91autonote.md\e[0m"
|
echo -e "\e[91autonote.md\e[0m"
|
||||||
echo "---------------------------"
|
echo "---------------------------"
|
||||||
mdcat autonote.md
|
mdcat .autonote.md
|
||||||
echo "---------------------------"
|
echo "---------------------------"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue