]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: move some functions to the end (alphabetically)
[dotfiles.git] / .shellrc
index 5d0f85a0cff9842ab05186f1883243ff3de4648e..860ba44f609fc9d1543e7a94b4eaa9e9f7299291 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -164,10 +164,6 @@ KillAll() {
 }
 
 
-x() { exit; }
-X() { startx >> .Xserver.log 2>&1; cyr; }
-
-
 include()
 {
    cfg="$1"
@@ -290,6 +286,11 @@ if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
    source /usr/local/bin/virtualenvwrapper_lazy.sh
 fi
 
-if which pyenv >/dev/null 2>&1; then
-   eval "`pyenv init -`"
-fi
+#if which pyenv >/dev/null 2>&1; then
+#   eval "`pyenv init -`"
+#   eval "`pyenv virtualenv-init -`"
+#fi
+
+
+X() { startx >> .Xserver.log 2>&1; cyr; }
+x() { exit; }