This commit is contained in:
Ray Elliott 2024-12-25 19:25:31 +00:00
parent 0e38264aec
commit 20d4cd4d1f
1 changed files with 2 additions and 2 deletions

4
bashrc
View File

@ -131,7 +131,7 @@ _updates_available="$(wc -l $HOME/.checkupdates | cut -d' ' -f1)"
[ -z $_updates_available ] && _updates_available="0"
echo "Remember your commands:"
echo -e " ${_WHITE}lftp cheat vimv 'flameshot gui' rclone mid3v2 zathura tesseract remmina${_NC}"
echo -e " ${_WHITE}lftp cheat vimv 'flameshot gui' rclone mid3v2 zathura tesseract remmina$ v4l2 ${_NC}(webcam)"
echo ""
if [ ${_mem_available%.*} -lt 5 ] ; then
@ -180,7 +180,7 @@ fi
function check_autonote() {
if [ -f ".autonote.md" ]; then
echo
echo -e "\e[91autonote.md\e[0m"
echo -e "\e[91mautonote.md\e[0m"
echo "---------------------------"
mdcat .autonote.md
echo "---------------------------"