diff --git a/dot_config/fish/conf.d/30-lazygit.fish.tmpl b/dot_config/fish/conf.d/30-lazygit.fish.tmpl index aa82b78..27dd3e6 100644 --- a/dot_config/fish/conf.d/30-lazygit.fish.tmpl +++ b/dot_config/fish/conf.d/30-lazygit.fish.tmpl @@ -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