From 94ad9e2711eb07339cbb99fefaebfce95dae3920 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 00:50:37 +0200 Subject: Finished the linux: stuff --- etc/variables | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/variables (limited to 'etc/variables') 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 -- cgit v1.2.3