X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=8313a41b0f17658d27ee5a2c22b80687bfbf8430;hb=HEAD;hp=944a888d2f2339e77df688d1acbb1d388fec003c;hpb=15483177a0e457dfae6a44caed7392ca3762de5c;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env deleted file mode 100644 index 944a888..0000000 --- a/shell/env +++ /dev/null @@ -1,11 +0,0 @@ -# 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