carloscuesta / gitmoji

An emoji guide for your commit messages. 😜
https://gitmoji.dev
MIT License
15.44k stars 808 forks source link

🐧 Fixing something on Linux. #1700

Closed jebarpg closed 4 months ago

jebarpg commented 4 months ago

Emoji symbol

🐧

Emoji code

:penguin:

Emoji description

Fixing something on Linux.

Describe the use case of your emoji

used for integration with cz-emoji adapter types https://github.com/ngryman/cz-emoji/blob/master/lib/types.json

Is this use case covered by an existing emoji?

No ❌

Does this emoji fall into the "how" or the "what" category?

Examples

adding a script for linux in package.json using the xdg-open command. "dev:linux": "xdg-open http://127.0.0.1:3000/docs/static/index.html",

Validations

carloscuesta commented 4 months ago

Removed in https://github.com/carloscuesta/gitmoji/issues/435