1
0
Fork 0

nvim, wezterm: colors

This commit is contained in:
Von Random 2024-03-28 16:45:27 +02:00
parent add68f9720
commit 940196288b
4 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
function prompt.bang
if ! string match -eq linux $TERM
prompt.add \n$bang_symbol\ black
prompt.add \n$bang_symbol\ brblack
else
prompt.add \n\#\ brred
end