7 lines
57 B
Fish
7 lines
57 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function lg
|
||
|
lazygit $argv
|
||
|
end
|