Last active
April 12, 2019 11:44
-
-
Save dnltsk/ac8362714d62feca8b923908f96d9e01 to your computer and use it in GitHub Desktop.
gitmojis in `git log`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -ex | |
npm i -g gitmoji-cli | |
npm i -g gitmoji-log | |
git config --global --add pager.log 'gitmoji-log | less --tabs=4 -rFX' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment