From d3c01c00fa7481cfdbeda6be88cc245aaa3c0545 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 24 Feb 2009 23:37:15 +0100 Subject: [PATCH] Minor documentation fix. Use proper line length. --- zsh/rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh/rc b/zsh/rc index ae35dcc..993f447 100644 --- a/zsh/rc +++ b/zsh/rc @@ -277,8 +277,9 @@ alias -g ...='../..' alias -g ....='../../..' alias -g .....='../../../..' -# Improved ls which displays the files in columns (-C), visualizes directories, -# links and other special files (-F) and pages everything through less (L). +# Improved ls which displays the files in columns (-C), visualizes +# directories, links and other special files (-F) and pages everything through +# less (L). # # If available use GNU ls with colorized output. If it isn't available use # normal ls which needs CLICOLOR_FORCE so it displays colors when used with a -- 2.44.2