Advertisement
Guest User

Untitled

a guest
Sep 9th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. function prompt
  2. {
  3. local WHITE="\[\033[1;37m\]"
  4. local GREEN="\[\033[0;32m\]"
  5. local CYAN="\[\033[0;36m\]"
  6. local GRAY="\[\033[0;37m\]"
  7. local BLUE="\[\033[0;34m\]"
  8. export PS1="
  9. ${GREEN}\u${CYAN}@${BLUE}\h ${CYAN}\w"' $(__git_ps1 "(%s)") '"${GRAY}"
  10. }
  11. prompt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement