# Configuration file for environment related options for all shells. # Use UTF-8 encoding in the terminal. export LC_ALL=en_US.UTF-8 # Use Vim as editor. export EDITOR=vim # Set less as pager, its configuration is done through the .less file. export PAGER=less