git completions installed
This commit is contained in:
parent
6678a31ae7
commit
8855304904
7 changed files with 474 additions and 1 deletions
3
.config/fish/functions/git_current_branch.fish
Normal file
3
.config/fish/functions/git_current_branch.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function git_current_branch -d 'Detect name of current branch of current git repository'
|
||||
echo (git branch --show-current)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue