Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. ## color bash
  3. PS1='\e[33;1m\u@\h: \e[31m\W\e[0m\$ '
  4.  
  5. ## Git lg
  6. 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"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement