This commit is contained in:
Ray Elliott 2024-04-18 22:04:33 +01:00
parent e36c2dc7b9
commit 90a1db596e
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

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