From 3797efcb3cc612e78ccec84ef56fe40dc24c8bac Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 7 Sep 2022 09:34:35 +0100 Subject: added push alias --- fish/functions/push.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/functions/push.fish (limited to 'fish') 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 -- cgit v1.2.3