X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=a55d1bea6b9027d29e3bc11f0a24f2fd546b1f5a;hb=06aade9277f622770a1f3041012e6d90bf62519f;hp=e6ae4205771cbd7de715a179cee54d4c6cb984a7;hpb=6d8fcbe56b488f473406ef26c0c7a3cc2a4f0ce1;p=dotfiles.git diff --git a/.shellrc b/.shellrc index e6ae420..a55d1be 100644 --- a/.shellrc +++ b/.shellrc @@ -137,11 +137,6 @@ include() } -function git { - LESS=FRSX"$LESS" command git "$@" -} - - mc() { if [ -n "$SLOWTERM" ]; then MC_SLOW="--slow" @@ -209,7 +204,7 @@ mc() { } -function mkcd { +mkcd() { if [ $# -ne 1 ]; then echo "Usage: mkcd directory_name" >&2 elif [ -d "$1" ]; then