Load git completions on fish init

This commit is contained in:
2023-03-25 11:33:12 +01:00
parent 45e1724280
commit 3528151d0f
2 changed files with 1 additions and 1 deletions

View File

@@ -68,7 +68,6 @@ abbr -a -- ghh 'git help'
abbr -a -- gignore 'git update-index --assume-unchanged'
abbr -a -- gignored 'git ls-files -v | grep "^[[:lower:]]"'
abbr -a -- git svn-dcommit-push='git svn dcommit && git push github $(git_main_branch):svntrunk'
abbr -a -- gk '\gitk --all --branches &!'
abbr -a -- gke '\gitk --all $(git log --walk-reflogs --pretty=%h) &!'

View File

@@ -12,3 +12,4 @@ abbr -a -- l 'tree -L 1 -a'
abbr -a -- ll 'tree -L 2 -a'
# Git (loaded from completions/git.fish)
source $HOME/.config/fish/completions/git.fish