From e7aef48f33e934106d1a50201d9f098f9886d7ec Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 28 Aug 2008 22:20:43 +0100 Subject: [PATCH] fix git source repository url Signed-off-by: martin f. krafft --- .zsh/dircolors | 2 +- .zsh/func/TS | 2 +- .zsh/func/baseconv | 2 +- .zsh/func/paste | 2 +- .zsh/func/urlencode | 2 +- .zsh/func/vcsh | 2 +- .zsh/logging | 2 +- .zsh/rcsstub | 2 +- .zsh/sourcedir | 2 +- .zsh/util | 2 +- .zsh/zlogin/60_mime | 2 +- .zsh/zlogout/90_sudo | 2 +- .zsh/zlogout/99_cls | 2 +- .zsh/zprofile/00_ulimit | 2 +- .zsh/zprofile/10_locale | 2 +- .zsh/zprofile/40_zcompile | 2 +- .zsh/zshenv/00_rdirs | 2 +- .zsh/zshenv/01_fpath | 2 +- .zsh/zshenv/01_path | 2 +- .zsh/zshenv/10_zvars | 2 +- .zsh/zshenv/40_editor | 2 +- .zsh/zshenv/80_debian | 2 +- .zsh/zshenv/80_pagers | 2 +- .zsh/zshenv/80_texmf | 2 +- .zsh/zshrc/00_autoload | 2 +- .zsh/zshrc/00_recompile | 2 +- .zsh/zshrc/00_varsetup | 2 +- .zsh/zshrc/19_dircolors | 2 +- .zsh/zshrc/20_compsys | 2 +- .zsh/zshrc/20_dirhashes | 2 +- .zsh/zshrc/30_aliases | 2 +- .zsh/zshrc/39_tempfuncs | 2 +- .zsh/zshrc/60_vcsprompt | 2 +- .zsh/zshrc/80_bindkeys | 2 +- .zsh/zshrc/80_history | 2 +- .zsh/zshrc/80_prompt | 2 +- .zsh/zshrc/80_termfonts | 2 +- .zsh/zshrc/80_xtermtitle | 2 +- .zsh/zshrc/80_zle | 2 +- .zsh/zshrc/90_cleanfiles | 2 +- .zsh/zshrc/95_fortune.disabled | 2 +- .zsh/zshrc/95_watch | 2 +- .zsh/zshrc/99_TODO | 2 +- .zsh/zshrc/99_hookfunctions | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.zsh/dircolors b/.zsh/dircolors index d7544b8..476c4e6 100644 --- a/.zsh/dircolors +++ b/.zsh/dircolors @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # ### BEGIN dircolors --print-database output ################################## diff --git a/.zsh/func/TS b/.zsh/func/TS index 609b6cb..4ef0cb1 100755 --- a/.zsh/func/TS +++ b/.zsh/func/TS @@ -7,7 +7,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # local topic filename ret diff --git a/.zsh/func/baseconv b/.zsh/func/baseconv index eacac2f..3c97468 100755 --- a/.zsh/func/baseconv +++ b/.zsh/func/baseconv @@ -7,7 +7,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # if [ $# -ne 3 ]; then diff --git a/.zsh/func/paste b/.zsh/func/paste index 46e21af..d0a89c4 100755 --- a/.zsh/func/paste +++ b/.zsh/func/paste @@ -7,7 +7,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # pub $(vit -) diff --git a/.zsh/func/urlencode b/.zsh/func/urlencode index 604edbe..ad48f22 100755 --- a/.zsh/func/urlencode +++ b/.zsh/func/urlencode @@ -7,7 +7,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # Based on http://www.michael-prokop.at/computer/config/.zshrc diff --git a/.zsh/func/vcsh b/.zsh/func/vcsh index c3c6357..7170b5a 100755 --- a/.zsh/func/vcsh +++ b/.zsh/func/vcsh @@ -7,7 +7,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # local FGIT_BASE="$HOME/.fgits" diff --git a/.zsh/logging b/.zsh/logging index 2cdf7d8..ad4c54a 100644 --- a/.zsh/logging +++ b/.zsh/logging @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # __log() { diff --git a/.zsh/rcsstub b/.zsh/rcsstub index b7736de..2138ef0 100644 --- a/.zsh/rcsstub +++ b/.zsh/rcsstub @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # if [[ -o rcs ]]; then diff --git a/.zsh/sourcedir b/.zsh/sourcedir index bb90720..2a1eee6 100644 --- a/.zsh/sourcedir +++ b/.zsh/sourcedir @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # . $ZDOTDIR/logging diff --git a/.zsh/util b/.zsh/util index 6c8970a..ce6f9fc 100644 --- a/.zsh/util +++ b/.zsh/util @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # is_root() { diff --git a/.zsh/zlogin/60_mime b/.zsh/zlogin/60_mime index 191dad9..306ac27 100644 --- a/.zsh/zlogin/60_mime +++ b/.zsh/zlogin/60_mime @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # autoload -U zsh-mime-setup diff --git a/.zsh/zlogout/90_sudo b/.zsh/zlogout/90_sudo index 175677d..666dfd4 100644 --- a/.zsh/zlogout/90_sudo +++ b/.zsh/zlogout/90_sudo @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # sudo -K 2>/dev/null || : diff --git a/.zsh/zlogout/99_cls b/.zsh/zlogout/99_cls index 6367838..8a11e82 100644 --- a/.zsh/zlogout/99_cls +++ b/.zsh/zlogout/99_cls @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # clear diff --git a/.zsh/zprofile/00_ulimit b/.zsh/zprofile/00_ulimit index 84a0961..131311c 100644 --- a/.zsh/zprofile/00_ulimit +++ b/.zsh/zprofile/00_ulimit @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # disable core files diff --git a/.zsh/zprofile/10_locale b/.zsh/zprofile/10_locale index 9280f7a..ab47ec9 100644 --- a/.zsh/zprofile/10_locale +++ b/.zsh/zprofile/10_locale @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # _set_locale() diff --git a/.zsh/zprofile/40_zcompile b/.zsh/zprofile/40_zcompile index 925c3de..eb6abb5 100644 --- a/.zsh/zprofile/40_zcompile +++ b/.zsh/zprofile/40_zcompile @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # if [ -n "$ZDOTDIR" ] && [ -d "$ZDOTDIR" ]; then diff --git a/.zsh/zshenv/00_rdirs b/.zsh/zshenv/00_rdirs index aa8875c..61835f6 100644 --- a/.zsh/zshenv/00_rdirs +++ b/.zsh/zshenv/00_rdirs @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # export VARDIR_REL=.var diff --git a/.zsh/zshenv/01_fpath b/.zsh/zshenv/01_fpath index 37bd6e5..8e3a5a4 100644 --- a/.zsh/zshenv/01_fpath +++ b/.zsh/zshenv/01_fpath @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # fpath=($ZDOTDIR/func $fpath) diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path index f4a248d..e4e81fa 100644 --- a/.zsh/zshenv/01_path +++ b/.zsh/zshenv/01_path @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # __prepend_dir_to_path() diff --git a/.zsh/zshenv/10_zvars b/.zsh/zshenv/10_zvars index 8886be3..9bc081f 100644 --- a/.zsh/zshenv/10_zvars +++ b/.zsh/zshenv/10_zvars @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # use $TMPDIR for TMPPREFIX diff --git a/.zsh/zshenv/40_editor b/.zsh/zshenv/40_editor index 0de8d84..cdbcc2f 100644 --- a/.zsh/zshenv/40_editor +++ b/.zsh/zshenv/40_editor @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # export EDITOR==vim diff --git a/.zsh/zshenv/80_debian b/.zsh/zshenv/80_debian index 9283736..907ae10 100644 --- a/.zsh/zshenv/80_debian +++ b/.zsh/zshenv/80_debian @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # export DEBFULLNAME='martin f. krafft' diff --git a/.zsh/zshenv/80_pagers b/.zsh/zshenv/80_pagers index 9ceaf01..5f3fbe4 100644 --- a/.zsh/zshenv/80_pagers +++ b/.zsh/zshenv/80_pagers @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # eval `lesspipe 2>/dev/null` diff --git a/.zsh/zshenv/80_texmf b/.zsh/zshenv/80_texmf index c7ffb8a..96aba92 100644 --- a/.zsh/zshenv/80_texmf +++ b/.zsh/zshenv/80_texmf @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # export TEXMFHOME=$HOME/.texmf diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload index 3c7b95a..92b7c07 100644 --- a/.zsh/zshrc/00_autoload +++ b/.zsh/zshrc/00_autoload @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # autoload all executable files in $fpath diff --git a/.zsh/zshrc/00_recompile b/.zsh/zshrc/00_recompile index b721072..24e51b6 100644 --- a/.zsh/zshrc/00_recompile +++ b/.zsh/zshrc/00_recompile @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # zrecompile $ZDOTDIR/**/*(/N) $ZVARDIR/**/*(/N) | while read pre file post; do diff --git a/.zsh/zshrc/00_varsetup b/.zsh/zshrc/00_varsetup index fd36072..09aa367 100644 --- a/.zsh/zshrc/00_varsetup +++ b/.zsh/zshrc/00_varsetup @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # automatically remove duplicates from these arrays diff --git a/.zsh/zshrc/19_dircolors b/.zsh/zshrc/19_dircolors index 9abcf06..057ffa6 100644 --- a/.zsh/zshrc/19_dircolors +++ b/.zsh/zshrc/19_dircolors @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # eval $(dircolors $ZDOTDIR/dircolors) 2>/dev/null || : diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index 8c389c7..f55e5a8 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # automatically list choices on an ambiguous completion diff --git a/.zsh/zshrc/20_dirhashes b/.zsh/zshrc/20_dirhashes index e1b4117..943b8ba 100644 --- a/.zsh/zshrc/20_dirhashes +++ b/.zsh/zshrc/20_dirhashes @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # hash -d doc=/usr/share/doc diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 120640e..a4ad3c5 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # alias mv='nocorrect mv' diff --git a/.zsh/zshrc/39_tempfuncs b/.zsh/zshrc/39_tempfuncs index 679f14b..506f001 100644 --- a/.zsh/zshrc/39_tempfuncs +++ b/.zsh/zshrc/39_tempfuncs @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # cdt () { diff --git a/.zsh/zshrc/60_vcsprompt b/.zsh/zshrc/60_vcsprompt index d8fdaea..b5c15f1 100644 --- a/.zsh/zshrc/60_vcsprompt +++ b/.zsh/zshrc/60_vcsprompt @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # Shamelessly based on http://glandium.org/blog/?p=170 # diff --git a/.zsh/zshrc/80_bindkeys b/.zsh/zshrc/80_bindkeys index 5bc0c20..1959bbd 100644 --- a/.zsh/zshrc/80_bindkeys +++ b/.zsh/zshrc/80_bindkeys @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # use emacs keybindings by default diff --git a/.zsh/zshrc/80_history b/.zsh/zshrc/80_history index d32d4ea..faf9e6d 100644 --- a/.zsh/zshrc/80_history +++ b/.zsh/zshrc/80_history @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # typeset -g on this one to make warn_create_global happy diff --git a/.zsh/zshrc/80_prompt b/.zsh/zshrc/80_prompt index 54d0e4d..d687dd6 100644 --- a/.zsh/zshrc/80_prompt +++ b/.zsh/zshrc/80_prompt @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # if [ "${PS1:-}" = '%m%# ' ]; then diff --git a/.zsh/zshrc/80_termfonts b/.zsh/zshrc/80_termfonts index 3d25c35..6baf75d 100644 --- a/.zsh/zshrc/80_termfonts +++ b/.zsh/zshrc/80_termfonts @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # typeset -ga _XTERM_FONTS diff --git a/.zsh/zshrc/80_xtermtitle b/.zsh/zshrc/80_xtermtitle index e969c6d..e41bb14 100644 --- a/.zsh/zshrc/80_xtermtitle +++ b/.zsh/zshrc/80_xtermtitle @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # Based on http://www.zshwiki.org/cgi-bin/wiki.pl?ZshHardStatus # diff --git a/.zsh/zshrc/80_zle b/.zsh/zshrc/80_zle index 74ade04..da99e0c 100644 --- a/.zsh/zshrc/80_zle +++ b/.zsh/zshrc/80_zle @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # automatically escape URLs diff --git a/.zsh/zshrc/90_cleanfiles b/.zsh/zshrc/90_cleanfiles index 0aa9df9..b4bd2c2 100644 --- a/.zsh/zshrc/90_cleanfiles +++ b/.zsh/zshrc/90_cleanfiles @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # typeset -la rmfiles diff --git a/.zsh/zshrc/95_fortune.disabled b/.zsh/zshrc/95_fortune.disabled index a243c28..fe4102d 100644 --- a/.zsh/zshrc/95_fortune.disabled +++ b/.zsh/zshrc/95_fortune.disabled @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # fortune -a 2>/dev/null || : diff --git a/.zsh/zshrc/95_watch b/.zsh/zshrc/95_watch index a5c462a..b9b895f 100644 --- a/.zsh/zshrc/95_watch +++ b/.zsh/zshrc/95_watch @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # watch=(notme) diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index 7d6536b..4a9cba5 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -6,7 +6,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # ldir() { eval hash -d $1="$PWD"; cd .; } diff --git a/.zsh/zshrc/99_hookfunctions b/.zsh/zshrc/99_hookfunctions index 653a28c..a8b6388 100644 --- a/.zsh/zshrc/99_hookfunctions +++ b/.zsh/zshrc/99_hookfunctions @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # autoload -U is-at-least -- 2.39.2