Skip to content

Commit 9a3fec7

Browse files
committed
use my git
1 parent 9885431 commit 9a3fec7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bash/.bashrc.d/path.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ __main() {
182182
# git {{{
183183
# my git for macOS
184184
# via https://github.com/sasaplus1/macos-git
185-
# local -r git="$GHQ_ROOT/github.com/sasaplus1/macos-git"
186-
# [ -x "$git/usr/bin/git" ] &&
187-
# export MANPATH="$git/share/man:$MANPATH" &&
188-
# export PATH="$git/usr/bin:$PATH"
185+
local -r git="$GHQ_ROOT/github.com/sasaplus1/macos-git"
186+
[ -x "$git/usr/bin/git" ] &&
187+
export MANPATH="$git/share/man:$MANPATH" &&
188+
export PATH="$git/usr/bin:$PATH"
189189
# }}}
190190

191191
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)