forked from nico/dots
shell: add alias for git sub-commands
This commit is contained in:
parent
5618b31e9f
commit
08e9c508e6
6 changed files with 24 additions and 0 deletions
4
stow/.config/fish/functions/gc.fish
Normal file
4
stow/.config/fish/functions/gc.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function gc --wraps='git commit' --description 'alias gc=git commit'
|
||||
git commit $argv
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue