1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-12-07 05:22:34 -06:00
dotfiles/fish/functions/lgit.fish
2025-11-15 23:34:36 -06:00

4 lines
87 B
Fish

function lgit --wraps=lazygit --description 'alias lgit lazygit'
lazygit $argv
end