From a6b3290e76206fa5a1b8fb2260e80b05e969f1b9 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Sat, 15 Nov 2025 23:34:36 -0600 Subject: [PATCH] Add lazygit alias --- fish/functions/lgit.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/functions/lgit.fish diff --git a/fish/functions/lgit.fish b/fish/functions/lgit.fish new file mode 100644 index 0000000..069841c --- /dev/null +++ b/fish/functions/lgit.fish @@ -0,0 +1,3 @@ +function lgit --wraps=lazygit --description 'alias lgit lazygit' + lazygit $argv +end