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 9885431 commit 9a3fec7Copy full SHA for 9a3fec7
1 file changed
bash/.bashrc.d/path.sh
@@ -182,10 +182,10 @@ __main() {
182
# git {{{
183
# my git for macOS
184
# 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"
+ local -r git="$GHQ_ROOT/github.com/sasaplus1/macos-git"
+ [ -x "$git/usr/bin/git" ] &&
+ export MANPATH="$git/share/man:$MANPATH" &&
+ export PATH="$git/usr/bin:$PATH"
189
# }}}
190
191
#-----------------------------------------------------------------------------
0 commit comments