fliptable

This commit is contained in:
Rodolphe Breard 2013-08-23 11:43:48 +02:00
parent 52d388fb1a
commit aa7ac8c87c

View file

@ -75,3 +75,6 @@ export EDITOR='emacs'
if hash rbenv 2>/dev/null; then if hash rbenv 2>/dev/null; then
eval "$(rbenv init -)" eval "$(rbenv init -)"
fi fi
# Misc utilities
fliptable() { echo "(╯°□°)╯ ┻━┻"; }