From aa7ac8c87cf6c4aff2fa7cd7af9165b72694ed16 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 23 Aug 2013 11:43:48 +0200 Subject: [PATCH] fliptable --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) 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 "(╯°□°)╯ ┻━┻"; }