Skip to content
Snippets Groups Projects
Commit 91fbac82 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Merge pull request #106 from a-sk/master

Fix typo $XDH_CONFIG_HOME -> $XDG_CONFIG_HOME
parents 6698428b 13a92124
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