diff options
Diffstat (limited to 'fish/functions/gco.fish')
| -rw-r--r-- | fish/functions/gco.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/gco.fish b/fish/functions/gco.fish new file mode 100644 index 0000000..a99e86b --- /dev/null +++ b/fish/functions/gco.fish @@ -0,0 +1,4 @@ +function gco --wraps='git commit' --description 'alias gco git commit' + git commit $argv + +end |