]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: move some functions to the end (alphabetically)
authorOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 14:27:11 +0000 (17:27 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 14:27:11 +0000 (17:27 +0300)
.shellrc

index a908dd953ad50d9ff3c1d6104ecb1031af328cbe..860ba44f609fc9d1543e7a94b4eaa9e9f7299291 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -164,10 +164,6 @@ KillAll() {
 }
 
 
-x() { exit; }
-X() { startx >> .Xserver.log 2>&1; cyr; }
-
-
 include()
 {
    cfg="$1"
@@ -294,3 +290,7 @@ fi
 #   eval "`pyenv init -`"
 #   eval "`pyenv virtualenv-init -`"
 #fi
+
+
+X() { startx >> .Xserver.log 2>&1; cyr; }
+x() { exit; }