From 20cb4ba71c808470008bdd33c3b4f9364947cad7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 15 Feb 2009 12:00:17 +0100 Subject: still more comments --- etc/env | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/env') diff --git a/etc/env b/etc/env index 31e734b..dda7cfd 100644 --- a/etc/env +++ b/etc/env @@ -3,12 +3,18 @@ ZDIR=$HOME/packages/zsh/etc PS4='%{'$'\e[0;36m''%}%N%{'$'\e[0m''%}:%{'$'\e[0;33m''%}%i%{'$'\e[0m''%}│' fpath=($ZDIR/functions $ZDIR/completions $fpath) + +# Additional zshenv settings from pkg [[ -r $ZDIR/../provided/env ]] && source $ZDIR/../provided/env + +# local settings, not tracked with git [[ -r $ZDIR/local-env ]] && source $ZDIR/local-env export EDITOR==vim export MPD_HOST=saviour export CALENDAR_DIR=$HOME/stuff + +# Required for various scripts export HOST export COLUMNS export LINES -- cgit v1.2.3