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