diff --git a/.bashrc b/.bashrc index 2c0f4ad..12a7704 100644 --- a/.bashrc +++ b/.bashrc @@ -75,3 +75,6 @@ export EDITOR='emacs' if hash rbenv 2>/dev/null; then eval "$(rbenv init -)" fi + +# Misc utilities +fliptable() { echo "(╯°□°)╯ ┻━┻"; }