X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=860ba44f609fc9d1543e7a94b4eaa9e9f7299291;hb=8f5cace7e5228c97c0b8f9a2372390f13c5984ac;hp=a908dd953ad50d9ff3c1d6104ecb1031af328cbe;hpb=cef551103d774b1880c96587264500ac29d7a3e7;p=dotfiles.git 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; }