This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
shrc: Load git-completion when isdarwin
pull/15/head
10sr
9 years ago
parent
fb1cdc93a7
commit
050def2628
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
shrc
+ 2
- 0
shrc
View File
@@ -471,6 +471,8 @@ g(){
git "$@"
fi
}
$isdarwin && . /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash
if null type _git && $inbash
then
# enable programmable completion for g
Write
Preview
Loading…
Cancel
Save