From: Oleg Broytman Date: Thu, 7 Jul 2016 14:27:11 +0000 (+0300) Subject: .shellrc: move some functions to the end (alphabetically) X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=8f5cace7e5228c97c0b8f9a2372390f13c5984ac .shellrc: move some functions to the end (alphabetically) --- diff --git a/.shellrc b/.shellrc index a908dd9..860ba44 100644 --- 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; }