summaryrefslogtreecommitdiff
path: root/etc/variables
diff options
context:
space:
mode:
Diffstat (limited to 'etc/variables')
-rw-r--r--etc/variables12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/variables b/etc/variables
new file mode 100644
index 0000000..20cb06f
--- /dev/null
+++ b/etc/variables
@@ -0,0 +1,12 @@
+## vim:ft=zsh
+HISTFILE=~/.histfile
+HISTSIZE=10000
+SAVEHIST=$HISTSIZE
+DIRSTACKSIZE=20
+export PATH=$HOME/bin:$PATH
+export EDITOR==vim
+export MPD_HOST=saviour
+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`/"
+export HOST
+linux: [ -z "$MANPATH" ] && export MANPATH=$(manpath):$HOME/packages/.collected/man