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)
|
end, 500, Header.LEFT)
|
||||||
|
|
||||||
-- ─< git settings >────────────────────────────────────────────────────────────────────
|
-- ─< git settings >────────────────────────────────────────────────────────────────────
|
||||||
require("git"):setup()
|
-- require("git"):setup()
|
||||||
-- ~/.config/yazi/init.lua
|
-- -- ~/.config/yazi/init.lua
|
||||||
THEME.git = THEME.git or {}
|
-- THEME.git = THEME.git or {}
|
||||||
THEME.git.modified = ui.Style():fg("blue")
|
-- THEME.git.modified = ui.Style():fg("blue")
|
||||||
THEME.git.deleted = ui.Style():fg("red"):bold()
|
-- THEME.git.deleted = ui.Style():fg("red"):bold()
|
||||||
|
|
||||||
-- ─< oh my posh bar >──────────────────────────────────────────────────────────────────
|
-- ─< oh my posh bar >──────────────────────────────────────────────────────────────────
|
||||||
require("omp"):setup()
|
require("omp"):setup()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue