This commit is contained in:
Ray Elliott 2026-04-29 15:38:05 +01:00
parent 895d70b5e1
commit 0be5c258d0
1 changed files with 2 additions and 1 deletions

3
bashrc
View File

@ -209,7 +209,8 @@ _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}nap hyprpicker nmcli lftp lxc-wp qv4l2 cheat vimv rclone mid3v2 zathura tesseract remmina$" echo -e " ${_WHITE}nap hyprpicker nmcli lftp lxc-wp qv4l2 cheat vimv rclone mid3v2 zathura tesseract remmina${_NC}"
echo -e " ${_WHITE}wl-copy wl-paste{_NC}"
echo "" echo ""
if [ ${_mem_available%.*} -lt 5 ] ; then if [ ${_mem_available%.*} -lt 5 ] ; then