X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=8313a41b0f17658d27ee5a2c22b80687bfbf8430;hb=HEAD;hp=400d4d6c7da385af4aee81a2cf58d66cc0d6f475;hpb=7bbe37b9e655745432f0b7784d37a9595f7e9d77;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env deleted file mode 100644 index 400d4d6..0000000 --- a/shell/env +++ /dev/null @@ -1,19 +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 - -# Set colors for ls (and zsh completions). This colors files normal (fi), -# directories blue bold (di), symbolic links cyan (ln), named pipes normal -# (pi), sockets normal (so), block devices normal (bd), character devices -# normal (cd) and executables bold red (ex). -# See `dircolors --print-database` for possible colors. -LS_COLORS='no=00:fi=00:di=34;01:ln=36:pi=00:so=00:bd=00:cd=00:ex=31;01' -export LS_COLORS