mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-06 23:33:32 +08:00
4 lines
90 B
Fish
Executable file
4 lines
90 B
Fish
Executable file
# Defined in - @ line 1
|
|
function lg --description 'alias lg lazygit'
|
|
lazygit $argv;
|
|
end
|