Less annoying

This commit is contained in:
Benjamin Bädorf 2022-06-04 20:29:09 +02:00
parent 6054a02ebf
commit 5094495a79
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -88,8 +88,10 @@ in
DIR_NAME=$(pwd | sed "s|^$HOME|~|g")
echo -e -n "\e]2;$DIR_NAME\e\\"
if [ $? -eq 0 ]; then
echo "success"
if [ $(date +%d%m) = '0104' ]; then
if [ $? -eq 0 ]; then
echo "Success! That was a great command! I can't wait to see what amazing stuff you'll be up to next."
fi
fi
}