From d18b1f2a2e25cb71639c10ecbe90a01c76487702 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 13 May 2021 03:31:51 -0400 Subject: Add fish config --- .config/fish/functions/gist.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/fish/functions/gist.fish (limited to '.config/fish/functions/gist.fish') diff --git a/.config/fish/functions/gist.fish b/.config/fish/functions/gist.fish new file mode 100644 index 0000000..61b09b7 --- /dev/null +++ b/.config/fish/functions/gist.fish @@ -0,0 +1,3 @@ +function gist + git status -s $argv; +end -- cgit v1.2.3