]>
git.madduck.net Git - etc/zsh.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
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.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
45e43e1 )
50 files changed:
#
# colours for directory listings for normal people
#
#
# colours for directory listings for normal people
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
### BEGIN dircolors --print-database output ##################################
#
### BEGIN dircolors --print-database output ##################################
#
# a convenient way to create an environment for collaborative testing
#
#
# a convenient way to create an environment for collaborative testing
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
local topic filename ret
#
local topic filename ret
#
# zsh-based conversion between numeric bases
#
#
# zsh-based conversion between numeric bases
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
# Copyright © 2011 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Copyright © 2011 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
local PWENCFILE=${HOME}/pw.gpg
#
local PWENCFILE=${HOME}/pw.gpg
# Copyright © 2008–2009 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Copyright © 2008–2009 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
local oldpwd gitdir dest description tmpdir
#
local oldpwd gitdir dest description tmpdir
# Released under the terms of the Artistic Licence 2.0
# Contributions from Yaroslav O. Halchenko <debian@onerussian.com>
#
# Released under the terms of the Artistic Licence 2.0
# Contributions from Yaroslav O. Halchenko <debian@onerussian.com>
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
local branch remote remote_name
#
local branch remote remote_name
#
# function to publish to a pastebin (using pastebinit)
#
#
# function to publish to a pastebin (using pastebinit)
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
if [[ $# -gt 1 ]]; then
#
if [[ $# -gt 1 ]]; then
# Copyright © 2006–2009 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Copyright © 2006–2009 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
local svnrepo dest args
#
local svnrepo dest args
#
# encode strings for use with URLs
#
#
# encode strings for use with URLs
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Based on http://www.michael-prokop.at/computer/config/.zshrc
#
# Based on http://www.michael-prokop.at/computer/config/.zshrc
#
# Logging abilities for the shell initialisation scripts
#
#
# Logging abilities for the shell initialisation scripts
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Stub for all .z* files; actual content comes from a directory
#
#
# Stub for all .z* files; actual content comes from a directory
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Defines helper function to source files in a directory
#
#
# Defines helper function to source files in a directory
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Miscellaneous utility functions
#
#
# Miscellaneous utility functions
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# set up the shell's mime support
#
#
# set up the shell's mime support
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
autoload -U zsh-mime-setup
#
autoload -U zsh-mime-setup
# Copyright © 1994–2013 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Copyright © 1994–2013 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
if whence db >/dev/null; then
#
if whence db >/dev/null; then
# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
sudo -K 2>/dev/null || :
#
sudo -K 2>/dev/null || :
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# sets process limits
#
#
# sets process limits
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Defines locale settings
#
#
# Defines locale settings
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# compile zsh snippets
#
#
# compile zsh snippets
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
if [ -n "$ZDOTDIR" ] && [ -d "$ZDOTDIR" ]; then
#
if [ -n "$ZDOTDIR" ] && [ -d "$ZDOTDIR" ]; then
#
# Assigns paths to related directories to a number of variables
#
#
# Assigns paths to related directories to a number of variables
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Adds local functions directory to $fpath
#
#
# Adds local functions directory to $fpath
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
fpath=($ZDOTDIR/func $fpath)
#
fpath=($ZDOTDIR/func $fpath)
#
# Adds custom directories to the $PATH
#
#
# Adds custom directories to the $PATH
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
__prepend_dir_to_path()
#
__prepend_dir_to_path()
#
# set a number of core zsh variables
#
#
# set a number of core zsh variables
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# use $TMPDIR for TMPPREFIX
#
# use $TMPDIR for TMPPREFIX
#
# set the editor variables
#
#
# set the editor variables
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# set a number of default variables related to Debian
#
#
# set a number of default variables related to Debian
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
export DEBFULLNAME='martin f. krafft'
#
export DEBFULLNAME='martin f. krafft'
#
# set a number of default variables related to pagers
#
#
# set a number of default variables related to pagers
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
eval `lesspipe 2>/dev/null`
#
eval `lesspipe 2>/dev/null`
#
# set a number of default variables related to texmf
#
#
# set a number of default variables related to texmf
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
export TEXMFHOME=$HOME/.texmf
#
export TEXMFHOME=$HOME/.texmf
#
# Autoload available functions
#
#
# Autoload available functions
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# autoload all executable files in $fpath
#
# autoload all executable files in $fpath
#
# recompile zsh snippets, if necessary
#
#
# recompile zsh snippets, if necessary
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
zrecompile $ZDOTDIR/**/*(/N) $ZVARDIR/**/*(/N) | while read pre file post; do
#
zrecompile $ZDOTDIR/**/*(/N) $ZVARDIR/**/*(/N) | while read pre file post; do
#
# set up global variables used by the shell
#
#
# set up global variables used by the shell
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# automatically remove duplicates from these arrays
#
# automatically remove duplicates from these arrays
#
# Load dircolors database
#
#
# Load dircolors database
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
eval $(dircolors $ZDOTDIR/dircolors) 2>/dev/null || :
#
eval $(dircolors $ZDOTDIR/dircolors) 2>/dev/null || :
#
# Configures the completions system
#
#
# Configures the completions system
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
zstyle :compinstall filename '$ZDOTDIR/zshrc/20_compsys'
#
zstyle :compinstall filename '$ZDOTDIR/zshrc/20_compsys'
#
# populate some hashes for commonly used directories
#
#
# populate some hashes for commonly used directories
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
hash -d doc=/usr/share/doc
#
hash -d doc=/usr/share/doc
#
# Defines command shortcuts
#
#
# Defines command shortcuts
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
function trace() { eval "set -x; $@" }
#
function trace() { eval "set -x; $@" }
#
# Helper functions to create temporary files and directories
#
#
# Helper functions to create temporary files and directories
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Make git information available to the prompt
#
#
# Make git information available to the prompt
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Shamelessly based on http://glandium.org/blog/?p=170
#
#
# Shamelessly based on http://glandium.org/blog/?p=170
#
#
# Set up vcs_info subsystem
#
#
# Set up vcs_info subsystem
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# see zsh-betacontrib(1)
#
# see zsh-betacontrib(1)
#
# Defines key bindings
#
#
# Defines key bindings
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# use emacs keybindings by default
#
# use emacs keybindings by default
#
# Set up command line history functions
#
#
# Set up command line history functions
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# typeset -g on this one to make warn_create_global happy
#
# typeset -g on this one to make warn_create_global happy
#
# Configure the zsh line editor
#
#
# Configure the zsh line editor
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# automatically escape URLs
#
# automatically escape URLs
#
# Formats the shell prompt
#
#
# Formats the shell prompt
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
if [ "${PS1:-}" = '%m%# ' ]; then
#
if [ "${PS1:-}" = '%m%# ' ]; then
#
# provide helper methods to increase/decrease fonts from the command line
#
#
# provide helper methods to increase/decrease fonts from the command line
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
typeset -ga _XTERM_FONTS
#
typeset -ga _XTERM_FONTS
#
# Fancy setting of the xterm title
#
#
# Fancy setting of the xterm title
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Based on http://www.zshwiki.org/cgi-bin/wiki.pl?ZshHardStatus
#
#
# Based on http://www.zshwiki.org/cgi-bin/wiki.pl?ZshHardStatus
#
#
# remove files we never want to keep around
#
#
# remove files we never want to keep around
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
# Prints a fortune cookie to each interactive shell
#
#
# Prints a fortune cookie to each interactive shell
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
fortune -a 2>/dev/null || :
#
fortune -a 2>/dev/null || :
#
# watch activity of other users
#
#
# watch activity of other users
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
# All kinds of stuff not yet split to other files
# TEMPORARY
#
# All kinds of stuff not yet split to other files
# TEMPORARY
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
ldir() { eval hash -d $1="$PWD"; cd .; }
#
ldir() { eval hash -d $1="$PWD"; cd .; }
#
# define hook functions in case the *_functions arrays are not honoured
#
#
# define hook functions in case the *_functions arrays are not honoured
#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Released under the terms of the Artistic Licence 2.0
#
-# Source repository: git://git.madduck.net /etc/zsh.git
+# Source repository: http://git.madduck.net/v /etc/zsh.git
#
autoload -U is-at-least
#
autoload -U is-at-least