summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-21 17:56:07 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-21 17:56:07 +0900
commit34fdf1c59ea834c8541f6bb9d382dbd75777416c (patch)
tree4af4d1ce9dfcf86d0e40e18031c77150adf77ae9
parenta0751faaf0b20d5362487f472af5220cbe9fb8b1 (diff)
modified git/config, modified yazi/yazi.toml
-rw-r--r--mac/.config/git/config4
-rw-r--r--mac/.config/yazi/yazi.toml1
2 files changed, 3 insertions, 2 deletions
diff --git a/mac/.config/git/config b/mac/.config/git/config
index 7dc029b..0324918 100644
--- a/mac/.config/git/config
+++ b/mac/.config/git/config
@@ -62,11 +62,11 @@
diffFilter = delta --color-only
[merge]
tool = vscode
- conflictstyle = diff3
+ conflictstyle = zdiff3
[mergetool]
keepBackup = false
[mergetool "vscode"]
- cmd = code --wait $MERGED
+ cmd = code --wait --merge $LOCAL $REMOTE $BASE $MERGED
[pager]
branch = false
diff = delta
diff --git a/mac/.config/yazi/yazi.toml b/mac/.config/yazi/yazi.toml
index 043ce96..0a6201a 100644
--- a/mac/.config/yazi/yazi.toml
+++ b/mac/.config/yazi/yazi.toml
@@ -52,6 +52,7 @@ extract = [
{ run = 'ya pub extract --list %*', desc = "Extract here", for = "windows" },
]
play = [
+ { run = 'open -a IINA "$@"', orphan = true, for = "macos" },
{ run = 'mpv --force-window "$@"', orphan = true, for = "unix" },
{ run = 'mpv --force-window %*', orphan = true, for = "windows" },
{ run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" },