X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=124aef17d3a7d12ca14fe7b3c4524749d6f249bd;hb=325001bfbb3dadef5b818b0c5b36e6e8233e1a66;hp=e189ac8523855e69b85a786f84b1d2c1c16fb277;hpb=84e68b1fc87491881b3262b05347cdd871b1a119;p=dotfiles.git diff --git a/.shellrc b/.shellrc index e189ac8..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,10 +122,6 @@ x() { exit; } X() { startx >> .Xserver.log 2>&1; cyr; } -git() { - LESS=FRSX"$LESS" command git "$@" -} - include() { cfg="$1" @@ -141,12 +137,6 @@ include() } -grep() { command grep --color=auto "$@"; } -fgrep() { command fgrep --color=auto "$@"; } -egrep() { command egrep --color=auto "$@"; } -ls() { command ls --color=auto "$@"; } - - mc() { if [ -n "$SLOWTERM" ]; then MC_SLOW="--slow"