From: Sergey Matveev Date: Sat, 12 Jun 2021 11:29:11 +0000 (+0300) Subject: Python is far least important -- move to the end X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=9905148d5092722d5ec7aae9cbf6c6a96c5631f5 Python is far least important -- move to the end --- diff --git a/zsh/.zshrc b/zsh/.zshrc index e0f01fd..73802a3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -151,12 +151,6 @@ alias gg="git grep " export GPG_TTY=$(tty) # }}} -# Virtualenv {{{ -venv() { - . /usr/local/bin/virtualenvwrapper.sh -} -# }}} - # Mail {{{ mailpath=( ~/mail/mbox"?Neue Nachrichten in =mbox" @@ -225,3 +219,9 @@ done < ~/.zhashd # autoenv {{{ . ~/work/zsh-autoenv/autoenv.zsh # }}} + +# Virtualenv {{{ +venv() { + . /usr/local/bin/virtualenvwrapper.sh +} +# }}}