Skip to content

Commit b666922

Browse files
author
Bhavi Dhingra
committed
fix(init): correct CUSTOM_GIT_HOME path
1 parent ae28933 commit b666922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)