wip
This commit is contained in:
parent
192642eb4f
commit
c0d3045bc8
1 changed files with 5 additions and 5 deletions
10
init.lua
10
init.lua
|
@ -28,11 +28,11 @@ Header:children_add(function()
|
|||
end, 500, Header.LEFT)
|
||||
|
||||
-- ─< git settings >────────────────────────────────────────────────────────────────────
|
||||
require("git"):setup()
|
||||
-- ~/.config/yazi/init.lua
|
||||
THEME.git = THEME.git or {}
|
||||
THEME.git.modified = ui.Style():fg("blue")
|
||||
THEME.git.deleted = ui.Style():fg("red"):bold()
|
||||
-- require("git"):setup()
|
||||
-- -- ~/.config/yazi/init.lua
|
||||
-- THEME.git = THEME.git or {}
|
||||
-- THEME.git.modified = ui.Style():fg("blue")
|
||||
-- THEME.git.deleted = ui.Style():fg("red"):bold()
|
||||
|
||||
-- ─< oh my posh bar >──────────────────────────────────────────────────────────────────
|
||||
require("omp"):setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue