Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # colors
  2. PS1='\w\[\033[0;32m\]$( git branch 2> /dev/null | cut -f2 -d\* -s | sed "s/^ / [/" | sed "s/$/]/" )\[\033[0m\] \$ '
  3.  
  4. # Tell grep to highlight matches
  5. export GREP_OPTIONS='--color=auto'
  6.  
  7. # Tell ls to be colourful
  8. export CLICOLOR=1
  9. export LSCOLORS=Exfxcxdxbxegedabagacad
  10.  
  11.  
  12. # credit: Federico Ulfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement