mirror of
https://github.com/KevinMidboe/chsh.git
synced 2025-10-29 04:30:11 +00:00
Load git completions on fish init
This commit is contained in:
@@ -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) &!'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user