Skip to content

Instantly share code, notes, and snippets.

@nwhatt
nwhatt / lolconfigure.sh
Last active April 24, 2019 16:42 — forked from r0adkll/lolconfigure.sh
Setup lolcommits with optional animation and slack integration
#!/bin/bash
# Post-Commit hook text
post_commit_hook_base='#!/bin/sh
### lolcommits hook (begin) ###
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export PATH="/usr/bin:/usr/local/bin:$PATH"\n'
post_commit_hook_suffix='\n### lolcommits hook (end) ###'