Skip to content

Instantly share code, notes, and snippets.

@dnltsk
dnltsk / setup.sh
Last active April 12, 2019 11:44
gitmojis in `git log`
#!/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'