aboutsummaryrefslogtreecommitdiff
path: root/bin/git-jump
blob: d7f4cf47325877d85fe2d4b62a3d10e90e19cf67 (plain)
1
2
3
4
5
#!/usr/bin/env bash

if [[ $(uname) == Darwin ]] && command -v brew > /dev/null ;then
    $(brew --prefix git)/share/git-core/contrib/git-jump/git-jump $@
fi