Update .config/fish/conf.d/30-lazygit.fish

This commit is contained in:
punkfairie 2024-04-19 19:47:50 -07:00
parent faf51ce86b
commit df4f10b0e9
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -1,7 +1,7 @@
#!/usr/bin/env fish
function lzg --wraps=lazygit
set -f configs "$XDG_CONFIG_HOME/lazygit/config.yml,$HOME/.themes/lazygit/catppuccin/themes-mergable/macchiato/pink.yml"
set -f configs "$XDG_CONFIG_HOME/lazygit/config.yml,$HOME/.themes/lazygit/{{ .drapeau.colors.name }}/themes-mergable/{{ .drapeau.colors.flavor }}/pink.yml"
lazygit --use-config-file="$configs"
end