1
0
Fork 0

lf: don't set default repo for lazygit keybind

This commit is contained in:
Luca Bilke 2025-01-08 17:23:30 +01:00
parent 84c8941dfb
commit 6299054903
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -49,7 +49,7 @@ cmd lazygit ${{
if git --noglob-pathspecs -C $dir status >/dev/null 2>&1; then
lf -remote "send $id \$cd '$dir' && lazygit"
else
lazygit -p "$STOW_DIR"
lazygit
fi
}}