2024-04-14 18:41:15 -07:00
|
|
|
#!/usr/bin/env fish
|
|
|
|
|
|
|
|
function lzg --wraps=lazygit
|
2024-04-19 19:47:50 -07:00
|
|
|
set -f configs "$XDG_CONFIG_HOME/lazygit/config.yml,$HOME/.themes/lazygit/{{ .drapeau.colors.name }}/themes-mergable/{{ .drapeau.colors.flavor }}/pink.yml"
|
2024-04-14 18:41:15 -07:00
|
|
|
|
2024-04-17 20:27:09 -07:00
|
|
|
lazygit --use-config-file="$configs"
|
2024-04-14 18:41:15 -07:00
|
|
|
end
|