diff options
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/yazi/keymap-default.toml | 2 | ||||
| -rwxr-xr-x | ar/.local/bin/gitupdate | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/yazi/keymap-default.toml b/ar/.config/yazi/keymap-default.toml index 6b7acad..24c5376 100644 --- a/ar/.config/yazi/keymap-default.toml +++ b/ar/.config/yazi/keymap-default.toml @@ -190,7 +190,7 @@ run = "plugin chmod" desc = "Chmod on selected files" [[mgr.prepend_keymap]] -on = "<C-d>" +on = [ "g", "f" ] run = "plugin diff" desc = "Diff the selected with the hovered file" diff --git a/ar/.local/bin/gitupdate b/ar/.local/bin/gitupdate index a2c65ba..1583de6 100755 --- a/ar/.local/bin/gitupdate +++ b/ar/.local/bin/gitupdate @@ -73,7 +73,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 |
