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