From 8878b06bdd2f50ab8b30ed85c47d9a2f81fc8b81 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sat, 19 Jan 2019 20:01:00 +0100 Subject: [PATCH] add gits as shortcut for git status --- functions/gits.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/gits.fish diff --git a/functions/gits.fish b/functions/gits.fish new file mode 100644 index 0000000..850cdee --- /dev/null +++ b/functions/gits.fish @@ -0,0 +1,3 @@ +function gits --description 'git status' + command git status +end