Skip to content

Instantly share code, notes, and snippets.

@danthegoodman1
Created March 9, 2021 01:46
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 danthegoodman1/21d580d32d07540c91521c16941b110c to your computer and use it in GitHub Desktop.
Save danthegoodman1/21d580d32d07540c91521c16941b110c to your computer and use it in GitHub Desktop.
Harmless pranks for someone's .bashrc, .bash_profile, .zshrc, etc.
alias rm="find . && rm"
alias cd="sleep 1 && cd"
alias ls="sleep 1 && ls"
export PROMPT_COMMAND="cd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment