Merge branch 'master' of github.com:TychoBrahe/dotfiles
This commit is contained in:
commit
2d919bd46e
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -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 "(╯°□°)╯ ┻━┻"; }
|
||||||
|
|
Loading…
Reference in a new issue