diff options
Diffstat (limited to 'etc/parameters')
-rw-r--r-- | etc/parameters | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/parameters b/etc/parameters index 968e9b0..f5d6643 100644 --- a/etc/parameters +++ b/etc/parameters @@ -15,15 +15,4 @@ compdump=~/var/cache/zsh/compdump [[ $path[1] = $HOME/bin ]] || export PATH=$HOME/bin:$PATH linux: [[ -z $MANPATH ]] && export MANPATH=$(manpath):$HOME/packages/.collected/man -# Used by other programs -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' -} openbsd: export PKG_PATH="ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`machine -a`/:ftp://openbsd.ftp.fu-berlin.de/pub/OpenBSD/`uname -r`/packages/`machine -a`/" |