💄 Use classy dog for search field

mine
Mickaël Alibert 2019-10-17 10:04:23 +02:00
parent 326c642a2a
commit 4415399ac3
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ func iconFor(k BufferKind) rune {
case CommandBuff: case CommandBuff:
return '🐶' return '🐶'
default: default:
return '🤓' return '🐩'
} }
} }