From: Simon Ruderich Date: Sun, 21 Sep 2008 16:18:09 +0000 (+0200) Subject: Some consistency changes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=33abe57eca171174226a826dd06f4b770f5aafcf;hp=7bbe37b9e655745432f0b7784d37a9595f7e9d77;p=config%2Fdotfiles.git Some consistency changes. --- diff --git a/shell/env b/shell/env index 400d4d6..2d89b53 100644 --- a/shell/env +++ b/shell/env @@ -2,13 +2,16 @@ # Use UTF-8 encoding in the terminal. -export LC_ALL=en_US.UTF-8 +LC_ALL=en_US.UTF-8 +export LC_ALL # Use Vim as editor. -export EDITOR=vim +EDITOR=vim +export EDITOR # Set less as pager, its configuration is done through the .less file. -export PAGER=less +PAGER=less +export PAGER # Set colors for ls (and zsh completions). This colors files normal (fi), # directories blue bold (di), symbolic links cyan (ln), named pipes normal