X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ad251c8c9dbdc49a9118417654251ef18039125e..a6159e0af19b414301f2b65a29cac703dbdafe50:/.zsh/rcsstub diff --git a/.zsh/rcsstub b/.zsh/rcsstub index b7736de..c9d8329 100644 --- a/.zsh/rcsstub +++ b/.zsh/rcsstub @@ -2,7 +2,7 @@ # # 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: http://git.madduck.net/v/etc/zsh.git @@ -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