summaryrefslogtreecommitdiff
path: root/etc/env
diff options
context:
space:
mode:
Diffstat (limited to 'etc/env')
-rw-r--r--etc/env11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/env b/etc/env
index 6d61f04..31e734b 100644
--- a/etc/env
+++ b/etc/env
@@ -5,3 +5,14 @@ PS4='%{'$'\e[0;36m''%}%N%{'$'\e[0m''%}:%{'$'\e[0;33m''%}%i%{'$'\e[0m''%}│'
fpath=($ZDIR/functions $ZDIR/completions $fpath)
[[ -r $ZDIR/../provided/env ]] && source $ZDIR/../provided/env
[[ -r $ZDIR/local-env ]] && source $ZDIR/local-env
+
+export EDITOR==vim
+export MPD_HOST=saviour
+export CALENDAR_DIR=$HOME/stuff
+export HOST
+export COLUMNS
+export LINES
+if [[ -x /usr/bin/lesspipe ]] {
+ export LESSOPEN='| /usr/bin/lesspipe %s'
+ export LESSCLOSE='/usr/bin/lesspipe %s %s'
+}