All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
3 # All kinds of stuff not yet split to other files
6 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
7 # Released under the terms of the Artistic Licence 2.0
9 # Source repository: http://git.madduck.net/v/etc/zsh.git
12 ldir() { eval hash -d $1="$PWD"; cd .; }
15 alias ozsh='ZDOTDIR=$HOME/.etc/zsh exec zsh'
17 # do not clobber files with >
20 # automatically maintain a directory stack
21 setopt autopushd pushdminus pushdsilent pushdtohome
26 # report immediately when background jobs finish
28 # do not auto-nice background processes
30 # do not send HUP signal to jobs when the shell exits
32 # do alert me of running jobs before exiting
35 # disable backslashed escape sequences unless -e is given to echo
38 # don't bitch about bad patterns, just use them verbatim
41 # don't bitch about no matches, just the glob character verbatim
44 # do. not. ever. beep.
47 [ "$(umask)" = 022 ] && umask 0077
49 eval `lesspipe 2>/dev/null`
51 WORDCHARS="*?_-.[]~/&;!#$%^(){}<>"
53 # report time stats when command takes longer than 5 seconds
58 # http://grml.org/zsh/zsh-lovers.html
60 if [[ $LBUFFER = *.. ]]; then
66 #zle -N rationalise-dot
67 #bindkey . rationalise-dot