Skip to content
Snippets Groups Projects
Commit 13a92124 authored by Skurikhin Alexander's avatar Skurikhin Alexander
Browse files

Fix typo $XDH_CONFIG_HOME -> $XDG_CONFIG_HOME

parent 6698428b
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment