Skip to content

Instantly share code, notes, and snippets.

@arnab
Created January 28, 2016 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnab/2800317b2592ac64d246 to your computer and use it in GitHub Desktop.
Save arnab/2800317b2592ac64d246 to your computer and use it in GitHub Desktop.
Prank to play on unlocked co-worker's computers. Inspired by https://twitter.com/RubyLeaders/status/626068854100332544
cat >> ~/.zshrc
function chpwd {
echo Hodor;
if type say > /dev/null; then
say Hodor;
fi
}
# then Ctrl + D
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment