X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fshell%2Faliases.in;h=294467d2adcf8079fb10045b81982f8878d18e88;hp=6d8997d15d2584280953a7c82890d7745c3c3f5c;hb=f92970f;hpb=40d4fd17852f56ec824ff9f11fb5d8e1e2457ed5 diff --git a/shell/shell/aliases.in b/shell/shell/aliases.in index 6d8997d..294467d 100644 --- a/shell/shell/aliases.in +++ b/shell/shell/aliases.in @@ -115,7 +115,7 @@ alias grep='grep --color=auto' # Pipe output through less. tree() { - command tree -C "$@" | less + command tree -C "$@" | less -S } # Better viewer for info pages .. just pipe everything into less.