]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Python is far least important -- move to the end
authorSergey Matveev <stargrave@stargrave.org>
Sat, 12 Jun 2021 11:29:11 +0000 (14:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 12 Jun 2021 11:29:11 +0000 (14:29 +0300)
zsh/.zshrc

index e0f01fde6ae4f94d57bd4668a1ddd1fc8d8b403b..73802a3ae367024827f2ed201d89c674fd5ec8ec 100644 (file)
@@ -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
+}
+# }}}