Merge pull request #366 from mickaelalibert/search-doggo

💄 Use classy dog for search field
mine
Fernand Galiana 2019-10-17 13:07:01 -06:00 committed by GitHub
commit d9dd2c17d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 '🐩'
} }
} }