]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Some consistency changes.
authorSimon Ruderich <simon@ruderich.org>
Sun, 21 Sep 2008 16:18:09 +0000 (18:18 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:38 +0000 (16:34 +0100)
shell/env

index 400d4d6c7da385af4aee81a2cf58d66cc0d6f475..2d89b53416dbde019b6abc7939da8666c2e32c92 100644 (file)
--- 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