diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-11 17:28:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-11 17:28:23 +0100 |
commit | af961825053bed2e6544e7167572f48a3742e03e (patch) | |
tree | eab93200fbfdf36ff0cacfa2605ac5ed03be3e13 /etc/env | |
parent | c7fb23258a7692e846b115afa427ea36dba02e6d (diff) |
parameters: Moved some parameters to zshenv
Diffstat (limited to 'etc/env')
-rw-r--r-- | etc/env | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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' +} |