From 963fc644b1ef43c5b66c59c736a71746beabc30b Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sat, 1 Apr 2023 16:45:36 +0200 Subject: [PATCH] april fools fools fools fools --- modules/terminal-life/zsh/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/terminal-life/zsh/default.nix b/modules/terminal-life/zsh/default.nix index e216b704..f15963df 100644 --- a/modules/terminal-life/zsh/default.nix +++ b/modules/terminal-life/zsh/default.nix @@ -101,12 +101,6 @@ in { precmd () { DIR_NAME=$(pwd | sed "s|^$HOME|~|g") 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