fix: finally a working screenshot script
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
require("yaziline"):setup({
|
||||
separator_style = "angly",
|
||||
select_symbol = "",
|
||||
yank_symbol = "",
|
||||
filename_max_length = 24, -- trim when filename > 24
|
||||
filename_trim_length = 6, -- trim 6 chars from both ends
|
||||
})
|
||||
-- require("yaziline"):setup({
|
||||
-- separator_style = "angly",
|
||||
-- select_symbol = "",
|
||||
-- yank_symbol = "",
|
||||
-- filename_max_length = 24, -- trim when filename > 24
|
||||
-- filename_trim_length = 6, -- trim 6 chars from both ends
|
||||
-- })
|
||||
-- require("starship"):setup {
|
||||
-- config_file = "~/.config/yazi/starship.toml",
|
||||
-- }
|
||||
|
||||
Reference in New Issue
Block a user