Change git clean to bullet
Anirudh Oppiliappan x@icyphox.sh
Sun, 06 Jun 2021 10:54:01 +0530
2 files changed,
2 insertions(+),
3 deletions(-)
M
bash/.bashrc.d/99-prompt.bash
→
bash/.bashrc.d/99-prompt.bash
@@ -19,7 +19,7 @@
if [[ "$exit" -eq 0 ]]; then if [[ "${#status}" -eq 0 ]]; then color="${grn}" - sym="·" + sym="•" else color="${red}" sym="×"
M
config/nvim/lua/statusline.lua
→
config/nvim/lua/statusline.lua
@@ -32,7 +32,6 @@ '%f',
'%#Blanks#', '%m', '%#SecondaryBlock#', - git_branch(), '%=', '%#SecondaryBlock#', '%l,%c ',@@ -40,4 +39,4 @@ '%#PrimaryBlock#',
'%{&filetype}', } -vim.o.statusline = table.concat(stl) +vim.opt_global.statusline = table.concat(stl)