PYENV prompt.
[profile.git] / .gitconfig
index a1e7aaf..38e51c0 100644 (file)
@@ -19,5 +19,7 @@
        alias = config --global --get-regexp 'alias\\..*'
        amend = commit --amend
        graph = log --graph --pretty=oneline
+       pretty = log --graph --pretty=format:'%C(green)%ai%Creset %C(magenta)%h%Creset %s %C(cyan)%d%Creset'
        reabse = rebase
        submit = commit -vuno
+       whereami = rev-parse --abbrev-ref HEAD