Skip to content

Commit 39c5e02

Browse files
author
Bhavi Dhingra
committed
fix(init): custom git home path
1 parent 57bed8b commit 39c5e02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitcommitscopes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ gcommit
22
gadd
33
gbranchout
44
header
5+
init

init.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Setup custom-git
33
# ----------------
44

5-
export CUSTOM_GIT_HOME="${HOME}"/custom-git/custom-git-bash
5+
export CUSTOM_GIT_HOME="${HOME}"/.custom-git
66
export CUSTOM_CONSOLE_HOME="${CUSTOM_GIT_HOME}"/custom-console-bash
77

88
export __CUSTOM_GIT_UTIL="$CUSTOM_GIT_HOME"/util

0 commit comments

Comments
 (0)