X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.shellrc;h=813e3803e1c93c2b8a15d3090850755f85f19174;hp=e189ac8523855e69b85a786f84b1d2c1c16fb277;hb=3b230e081584ee7d60f1ae036b536e02ec4668cd;hpb=84e68b1fc87491881b3262b05347cdd871b1a119 diff --git a/.shellrc b/.shellrc index e189ac8..813e380 100644 --- a/.shellrc +++ b/.shellrc @@ -126,6 +126,7 @@ git() { LESS=FRSX"$LESS" command git "$@" } + include() { cfg="$1" @@ -141,12 +142,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"