From: Simon Ruderich Date: Tue, 24 Feb 2009 22:37:15 +0000 (+0100) Subject: Minor documentation fix. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d3c01c00fa7481cfdbeda6be88cc245aaa3c0545;p=config%2Fdotfiles.git Minor documentation fix. Use proper line length. --- 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