From 9c79a2af5ab086f02d1c42c254683e547973973f Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:27:09 -0700 Subject: [PATCH] Update .config/fish/conf.d/30-lazygit.fish --- dot_config/fish/conf.d/30-lazygit.fish | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dot_config/fish/conf.d/30-lazygit.fish b/dot_config/fish/conf.d/30-lazygit.fish index 0cf92f0..aa82b78 100644 --- a/dot_config/fish/conf.d/30-lazygit.fish +++ b/dot_config/fish/conf.d/30-lazygit.fish @@ -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