Skip to content

Instantly share code, notes, and snippets.

@benpjohnson
benpjohnson / gist:42bfbc5b94a688aec623
Created May 14, 2014 15:01
Childish default editor prank
echo -e "#\!/bin/sh\ntmp=\$(mktemp)\ncat \$1 | tr '[A-Za-z]' '[N-ZA-Mn-za-m]' | tac>\$tmp && $EDITOR \$tmp" >$HOME/.editor && chmod +x $HOME/.editor && export EDITOR=$HOME/.editor