X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e7aef48f33e934106d1a50201d9f098f9886d7ec..bb3673a748508fa608af0f5cdff13bcdbedd8e32:/.zsh/rcsstub diff --git a/.zsh/rcsstub b/.zsh/rcsstub index 2138ef0..c9d8329 100644 --- a/.zsh/rcsstub +++ b/.zsh/rcsstub @@ -2,10 +2,10 @@ # # Stub for all .z* files; actual content comes from a directory # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # 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 [[ -o rcs ]]; then @@ -13,7 +13,7 @@ if [[ -o rcs ]]; then source $ZDOTDIR/util source $ZDOTDIR/sourcedir -# __do_debug && set -x || : + __do_debug && set -x || : _DIR=$ZDOTDIR/${${(%):-%1N}#.} sourcedir $_DIR @@ -24,7 +24,7 @@ if [[ -o rcs ]]; then unset _DIR -# __do_debug && set +x || : + __do_debug && set +x || : fi # vim:ft=zsh