diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-28 15:21:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-28 15:21:50 +0900 |
| commit | f5150c6bf1c92a97993b063d60786b43d88130bb (patch) | |
| tree | 14a82a581e77811f7ee5553f4f9796604b943450 /mac/.config/yazi/init.lua | |
| parent | 1ae447e605618b3c4b0b1cebaaed4cc595e381af (diff) | |
updates
Diffstat (limited to 'mac/.config/yazi/init.lua')
| -rw-r--r-- | mac/.config/yazi/init.lua | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mac/.config/yazi/init.lua b/mac/.config/yazi/init.lua index 13d69a6..6c7ee4f 100644 --- a/mac/.config/yazi/init.lua +++ b/mac/.config/yazi/init.lua @@ -44,13 +44,9 @@ th.git = th.git or {} th.git.modified_sign = "M" th.git.deleted_sign = "D" th.git.added_sign = "A" -th.git.renamed_sign = "R" -th.git.copied_sign = "C" th.git.untracked_sign = "?" -th.git.ignored_sign = "!" -th.git.conflicted_sign = "U" -th.git.typechange_sign = "T" -th.git.staged_sign = "+" +th.git.ignored_sign = "X" +th.git.updated_sign = "U" require("git"):setup() |
