We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c68fe0 commit fcc7f5bCopy full SHA for fcc7f5b
post-checkout
@@ -28,7 +28,7 @@ fi
28
29
url="$(git config --local remote.${remote}.url)"
30
31
-configpath="${XDG_CONFIG_HOME:-~/.config}/git/templates/git-clone-init"
+configpath="${XDG_CONFIG_HOME:-${HOME}/.config}/git/templates/git-clone-init"
32
if [[ ! -f "$configpath" ]]; then
33
cat << INPUT > "$configpath"
34
#!/bin/bash
0 commit comments