april fools fools fools fools

This commit is contained in:
Hendrik Sokolowski 2023-04-01 16:45:36 +02:00
parent 358097bfdf
commit 963fc644b1

View file

@ -101,12 +101,6 @@ in {
precmd () { precmd () {
DIR_NAME=$(pwd | sed "s|^$HOME|~|g") DIR_NAME=$(pwd | sed "s|^$HOME|~|g")
echo -e -n "\e]2;$DIR_NAME\e\\" echo -e -n "\e]2;$DIR_NAME\e\\"
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
} }
# If a command is not found, show me where it is # If a command is not found, show me where it is