Skip to content

Instantly share code, notes, and snippets.

View lusacramento's full-sized avatar
🏠
Trabalhando em casa

Lu Sacramento lusacramento

🏠
Trabalhando em casa
View GitHub Profile
@oshybystyi
oshybystyi / git-auto-status.plugin.zsh
Created June 10, 2015 10:28
OhMyZsh plugin to display git status after a bunch of predefined git commands
#
# Run git status after specified set of command
#
# @author Oleksandr Shybystyi [email protected]
#
# default list of git commands `git status` is running after
gitPreAutoStatusCommands=(
'add'
'rm'