summaryrefslogtreecommitdiff
path: root/etc/variables
blob: 07d938f773620c47404113c1d83c2802b752b136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## vim:ft=zsh

# zsh varirables
HISTFILE=~/.histfile
HISTSIZE=50000
SAVEHIST=$HISTSIZE
DIRSTACKSIZE=20

# Paths
[ "$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 HOST

# 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`/"