Initial commit
This commit is contained in:
commit
5f78d74eca
178 changed files with 1952 additions and 0 deletions
19
.config/yazi/init.lua
Normal file
19
.config/yazi/init.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
require("full-border"):setup()
|
||||
|
||||
Status:children_add(function()
|
||||
local h = cx.active.current.hovered
|
||||
if h == nil or ya.target_family() ~= "unix" then
|
||||
return ""
|
||||
end
|
||||
|
||||
return ui.Line({
|
||||
ui.Span(ya.user_name(h.cha.uid) or tostring(h.cha.uid)):fg("magenta"),
|
||||
":",
|
||||
ui.Span(ya.group_name(h.cha.gid) or tostring(h.cha.gid)):fg("magenta"),
|
||||
" ",
|
||||
})
|
||||
end, 500, Status.RIGHT)
|
||||
|
||||
require("session"):setup({
|
||||
sync_yanked = true,
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue