virtualenv helper

This commit is contained in:
Rodolphe Breard 2013-11-18 19:26:45 +01:00
parent 650b67cf98
commit b409ffadef
2 changed files with 11 additions and 3 deletions

View file

@ -76,9 +76,6 @@ if hash rbenv 2>/dev/null; then
eval "$(rbenv init -)"
fi
# Misc utilities
fliptable() { echo "(╯°□°)╯ ┻━┻"; }
# GPG Agent
if [ -f "${HOME}/.gpg-agent-info" ]; then
. "${HOME}/.gpg-agent-info"