X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=124aef17d3a7d12ca14fe7b3c4524749d6f249bd;hb=719171e9572275f758b9d3558cefcf65b588c848;hp=813e3803e1c93c2b8a15d3090850755f85f19174;hpb=3b230e081584ee7d60f1ae036b536e02ec4668cd;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 813e380..124aef1 100644 --- a/.shellrc +++ b/.shellrc @@ -95,7 +95,7 @@ esac # clear history, clear screen and logout -#chlo() { cd; unset HISTFILE; rm -f .*history*; clo; } +#chlo() { cd; unset HISTFILE; rm -f .sh_history; history -c; clo; } #Pwd() { pwd | sed "s/.*\/\(.*\)\/\(.*\)\/\(.*\)\/\(.*\)/...\/\2\/\3\/\4/"; } @@ -122,11 +122,6 @@ x() { exit; } X() { startx >> .Xserver.log 2>&1; cyr; } -git() { - LESS=FRSX"$LESS" command git "$@" -} - - include() { cfg="$1"