]> git.donarmstrong.com Git - zsh.git/commitdiff
deprecate vcsh
authormartin f. krafft <madduck@madduck.net>
Fri, 9 Dec 2011 11:42:33 +0000 (12:42 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 9 Dec 2011 11:42:33 +0000 (12:42 +0100)
.zsh/func/vcsh

index 7a860681c49951caf6149c26e6c479cef9270e93..bf5735ef7952330b1d1487326c24422bfa338e8e 100755 (executable)
@@ -10,6 +10,9 @@
 # Source repository: git://git.madduck.net/etc/zsh.git
 #
 
+## THIS SCRIPT IS DEPRECATED IN FAVOUR OF
+## https://github.com/RichiH/vcsh
+
 local FGIT_BASE="$HOME/.fgits"
 
 if [ "${1:---help}" = '--help' ] || [ $# -gt 1 ]; then