Created
March 9, 2021 01:46
-
-
Save danthegoodman1/21d580d32d07540c91521c16941b110c to your computer and use it in GitHub Desktop.
Harmless pranks for someone's .bashrc, .bash_profile, .zshrc, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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