dotfiles/dot_config/fish/conf.d/30-lazygit.fish.tmpl

8 lines
256 B
Cheetah
Raw Normal View History

2024-04-14 18:41:15 -07:00
#!/usr/bin/env fish
function lzg --wraps=lazygit
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
lazygit --use-config-file="$configs"
2024-04-14 18:41:15 -07:00
end