all repos — dotfiles @ 63c9c5914dfbf8d1fe931b0199dea3dfa5a520ce

my *nix dotfiles

Oops
Anirudh Oppiliappan x@icyphox.sh
Mon, 01 Mar 2021 11:56:05 +0530
commit

63c9c5914dfbf8d1fe931b0199dea3dfa5a520ce

parent

0e527c5e6a5124aa303d423910a614858efe4b0c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config/nvim/lua/statusline.luaconfig/nvim/lua/statusline.lua

@@ -27,7 +27,7 @@ '%f',

'%#Blanks#', '%m', '%#SecondaryBlock#', - ' ' .. '(git_branch())' .. clean_or_dirty(), + ' ' .. git_branch() .. clean_or_dirty(), '%=', '%#SecondaryBlock#', '%l,%c ',