add: update icon branch

This commit is contained in:
asep komarudin 2024-03-04 07:45:01 +07:00
parent 04eb24ce95
commit 2a1987907f
2 changed files with 3 additions and 3 deletions

View file

@ -131,9 +131,9 @@ return {
local get_branch = function()
if vim.b.gitsigns_head ~= nil then
return " " .. vim.b.gitsigns_head
return " " .. vim.b.gitsigns_head
else
return " " .. vim.fn.fnamemodify("null", ":t")
return " " .. vim.fn.fnamemodify("null", ":t")
end
end