]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - shell/env
Added configuration file for all shells (in ~/.shell).
[config/dotfiles.git] / shell / env
1 # Configuration file for environment related options for all shells.
2
3
4 # Use UTF-8 encoding in the terminal.
5 export LC_ALL=en_US.UTF-8
6
7 # Use Vim as editor.
8 export EDITOR=vim
9
10 # Set less as pager, its configuration is done through the .less file.
11 export PAGER=less