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