]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/shell/aliases.in
shell: aliases: add -S to chop long lines in tree wrapper
[config/dotfiles.git] / shell / shell / aliases.in
index 6d8997d15d2584280953a7c82890d7745c3c3f5c..294467d2adcf8079fb10045b81982f8878d18e88 100644 (file)
@@ -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.