diff options
Diffstat (limited to 'etc/parameters')
-rw-r--r-- | etc/parameters | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/parameters b/etc/parameters new file mode 100644 index 0000000..529163b --- /dev/null +++ b/etc/parameters @@ -0,0 +1,26 @@ +## vim:ft=zsh + +# zsh varirables +HISTFILE=~/.histfile +HISTSIZE=50000 +SAVEHIST=$HISTSIZE +DIRSTACKSIZE=20 +LISTMAX=0 +TIMEFMT='%E real %U user %S system %P %J' + +# Paths +fpath=($ZDIR/functions $ZDIR/completions $fpath) +[ "$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/packages/calendar/etc +export HOST +export COLUMNS +export LINES + +# others +linux: export LANG=en_US.UTF-8 +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`/" |