summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-02-15 11:45:12 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-02-15 11:45:12 +0100
commite11c1d5916c27c2fc257bb700bfe32a046db7789 (patch)
tree29bb37bdf14870d08083a73f06f25986ab71aacb /etc
parentea13c9c157e5d4c946b9fb2f1c83305c555953b1 (diff)
parameters: More comments
Diffstat (limited to 'etc')
-rw-r--r--etc/parameters15
1 files changed, 12 insertions, 3 deletions
diff --git a/etc/parameters b/etc/parameters
index f5d6643..d997560 100644
--- a/etc/parameters
+++ b/etc/parameters
@@ -1,18 +1,27 @@
## vim:ft=zsh
-# zsh parameters
+# There's no point in having more history than what can be saved on disk
HISTFILE=~/.histfile
HISTSIZE=50000
SAVEHIST=$HISTSIZE
+
+# how many entries to kep for popd
DIRSTACKSIZE=20
+
+# Use the full terminal size for listings
LISTMAX=0
+
+# be accurate
TIMEFMT='%J (%P) - %*E real, %*U user, %*S system'
-# zshrc parameters
+# the completion snippet will check if the compdump exists.
+# If it doesn't, it will print a nice "creating compdump" message
compdump=~/var/cache/zsh/compdump
-# Paths
+# Add my own executables, if they're not already in the path
[[ $path[1] = $HOME/bin ]] || export PATH=$HOME/bin:$PATH
+
+# Add manuals from pkg to manpath
linux: [[ -z $MANPATH ]] && export MANPATH=$(manpath):$HOME/packages/.collected/man
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`/"