zsh configurations update

This commit is contained in:
2025-04-16 12:34:06 +02:00
parent 6efbe49dcf
commit 113cbd34ef
7 changed files with 153 additions and 55 deletions

View File

@@ -157,7 +157,11 @@ return {
"nvim-lualine/lualine.nvim",
event = "VeryLazy",
opts = function(_, opts)
table.insert(opts.sections.lualine_x, "😄")
table.insert(opts.sections.lualine_x, {
function()
return "😄"
end,
})
end,
},