An "easter egg" in zsh: zsh includes a tetris game, which can be played with the following commands:
autoload -Uz tetris
M-x tetris (or ESC : tetris if you are using vim key bindings)
It also includes a ncurses version:
autoload -Uz tetriscurses
tetriscurses
#zsh #Linux