aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile31
1 files changed, 3 insertions, 28 deletions
diff --git a/.zprofile b/.zprofile
index 7118770..45cdd5e 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,33 +1,5 @@
#
# Executes commands at login pre-zshrc.
-#
-# Authors:
-# Sorin Ionescu <sorin.ionescu@gmail.com>
-#
-
-#
-# Browser
-#
-
-if [[ "$OSTYPE" == darwin* ]]; then
- export BROWSER='open'
-fi
-
-#
-# Editors
-#
-
-export EDITOR='nano'
-export VISUAL='nano'
-export PAGER='less'
-
-#
-# Language
-#
-
-if [[ -z "$LANG" ]]; then
- export LANG='en_US.UTF-8'
-fi
#
# Paths
@@ -75,3 +47,6 @@ if [[ ! -d "$TMPPREFIX" ]]; then
mkdir -p "$TMPPREFIX"
fi
+# dircolors
+# Set colors for ls output
+eval $(dircolors ~/.dircolors)