diff --git a/git/.gitconfig b/git/.gitconfig index c2f9b36..bf7ce3a 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,6 +1,8 @@ [advice] addEmptyPathspec = false addIgnoredFile = false +[alias] + jump = !/usr/share/git/git-jump/git-jump [blame] # Mark any lines that have had a commit skipped using --ignore-rev with a `?` markIgnoredLines = true