summaryrefslogtreecommitdiff
path: root/etc/variables
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-08-03 18:55:01 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-08-03 18:55:01 +0200
commit41f6db9557169719de8734f57a2549f4d324cd44 (patch)
tree64295b07dd18807228c33fbe5dafd3a82eafb500 /etc/variables
parent1dc798850b04ca36f5cd5cb27993c8f36cc2735a (diff)
Rename etc/{variables -> parameters}
Diffstat (limited to 'etc/variables')
-rw-r--r--etc/variables26
1 files changed, 0 insertions, 26 deletions
diff --git a/etc/variables b/etc/variables
deleted file mode 100644
index 529163b..0000000
--- a/etc/variables
+++ /dev/null
@@ -1,26 +0,0 @@
-## 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`/"