kak: fix log spam
This commit is contained in:
parent
d49fd32f9b
commit
0721c43c10
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ with colors;
|
||||||
head /dev/urandom |
|
head /dev/urandom |
|
||||||
base64 |
|
base64 |
|
||||||
rg --text -o "${color.random_range}" |
|
rg --text -o "${color.random_range}" |
|
||||||
head -n 6 |
|
tr -d '\n' |
|
||||||
sd '\n' ""
|
head -c 6
|
||||||
}
|
}
|
||||||
face global StatusLineMode StatusLine
|
face global StatusLineMode StatusLine
|
||||||
face global StatusLineInfo StatusLine
|
face global StatusLineInfo StatusLine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue