Created
September 29, 2016 09:43
-
-
Save freegenie/4e08e299c0878bc110d3f00d900e2ffb to your computer and use it in GitHub Desktop.
must have server shell setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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