From 2826696e4240d89714f643d1ed711e337f5a0c5f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 11 Apr 2022 22:11:48 +0200 Subject: [PATCH] home: fish: add magit alias --- home/fish/functions/magit.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 home/fish/functions/magit.fish diff --git a/home/fish/functions/magit.fish b/home/fish/functions/magit.fish new file mode 100644 index 0000000..27e2306 --- /dev/null +++ b/home/fish/functions/magit.fish @@ -0,0 +1,3 @@ +function magit + emacsclient --tty --eval '(magit-status)' --suppress-output +end