Merge branch 'master' of github.com:TychoBrahe/dotfiles

This commit is contained in:
Rodolphe Breard 2013-09-08 17:23:13 +02:00
commit 2d919bd46e

View file

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