From 1dd4c28afbfd62e1947afa03162788b6e8974ed1 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 25 Dec 2025 20:15:11 +0900 Subject: modified yazi/keymap-default.toml, modified bin/gitupdate, modified yazi/keymap-default.toml, modified bin/gitupdate --- mac/.config/yazi/keymap-default.toml | 2 +- mac/.local/bin/gitupdate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mac') diff --git a/mac/.config/yazi/keymap-default.toml b/mac/.config/yazi/keymap-default.toml index 6b7acad..dd78bc1 100644 --- a/mac/.config/yazi/keymap-default.toml +++ b/mac/.config/yazi/keymap-default.toml @@ -190,7 +190,7 @@ run = "plugin chmod" desc = "Chmod on selected files" [[mgr.prepend_keymap]] -on = "" +on = [ "g", "f"] run = "plugin diff" desc = "Diff the selected with the hovered file" diff --git a/mac/.local/bin/gitupdate b/mac/.local/bin/gitupdate index bbe1a92..063a4cd 100755 --- a/mac/.local/bin/gitupdate +++ b/mac/.local/bin/gitupdate @@ -76,7 +76,7 @@ else # Add and commit changes git add --all . git commit -m "$message" - git pull --rebase origin "$branch" + git pull --rebase $git_current_remote "$branch" git remote | xargs -L1 git push --all fi -- cgit v1.2.3