Update .config/fish/conf.d/30-lazygit.fish
This commit is contained in:
parent
02dec1bd4e
commit
9c79a2af5a
1 changed files with 1 additions and 5 deletions
|
@ -3,9 +3,5 @@
|
|||
function lzg --wraps=lazygit
|
||||
set -f configs "$XDG_CONFIG_HOME/lazygit/config.yml,$HOME/.themes/lazygit/catppuccin/themes-mergable/macchiato/pink.yml"
|
||||
|
||||
if test "$(pwd)" = "$HOME"
|
||||
lazygit --use-config-file="$configs" --work-tree="$HOME" --git-dir="$HOME/.dot"
|
||||
else
|
||||
lazygit --use-config-file="$configs"
|
||||
end
|
||||
lazygit --use-config-file="$configs"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue