From 13a92124bd36f972583081b234f00165111be140 Mon Sep 17 00:00:00 2001
From: Skurikhin Alexander <a@skurih.in>
Date: Wed, 19 Feb 2014 05:47:59 +0300
Subject: [PATCH] Fix typo $XDH_CONFIG_HOME -> $XDG_CONFIG_HOME

---
 vcsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcsh b/vcsh
index 577d235..aa97b63 100755
--- a/vcsh
+++ b/vcsh
@@ -74,7 +74,7 @@ fi
 
 # Read defaults
 : ${VCSH_REPO_D:=$XDG_CONFIG_HOME/vcsh/repo.d}
-: ${VCSH_HOOK_D:=$XDH_CONFIG_HOME/vcsh/hooks-enabled}
+: ${VCSH_HOOK_D:=$XDG_CONFIG_HOME/vcsh/hooks-enabled}
 : ${VCSH_BASE:=$HOME}
 : ${VCSH_GITIGNORE:=exact}
 : ${VCSH_WORKTREE:=absolute}
-- 
GitLab