Skip to content

Instantly share code, notes, and snippets.

@freegenie
Created September 29, 2016 09:43
Show Gist options
  • Save freegenie/4e08e299c0878bc110d3f00d900e2ffb to your computer and use it in GitHub Desktop.
Save freegenie/4e08e299c0878bc110d3f00d900e2ffb to your computer and use it in GitHub Desktop.
must have server shell setup
## color bash
PS1='\e[33;1m\u@\h: \e[31m\W\e[0m\$ '
## Git lg
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment