summaryrefslogtreecommitdiffstats
path: root/fish/functions/grup.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/grup.fish')
-rw-r--r--fish/functions/grup.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/grup.fish b/fish/functions/grup.fish
new file mode 100644
index 0000000..517bc3d
--- /dev/null
+++ b/fish/functions/grup.fish
@@ -0,0 +1,3 @@
+function grup --description 'git remote update'
+ command git remote update
+end