Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. PS*:
  2. PS1="$bldwht\u@$bldgrn\h:\w $bldwht>$bldgrn "
  3. PS2="$bldblu>> "
  4. PS3="$bldblu>>> "
  5. PS4="$bldblu>>>> "
  6.  
  7. COLORS:
  8. txtblk='\e[0;30m' # Black - Regular
  9. txtred='\e[0;31m' # Red
  10. txtgrn='\e[0;32m' # Green
  11. txtylw='\e[0;33m' # Yellow
  12. txtblu='\e[0;34m' # Blue
  13. txtpur='\e[0;35m' # Purple
  14. txtcyn='\e[0;36m' # Cyan
  15. txtwht='\e[0;37m' # White
  16. bldblk='\e[1;30m' # Black - Bold
  17. bldred='\e[1;31m' # Red
  18. bldgrn='\e[1;32m' # Green
  19. bldylw='\e[1;33m' # Yellow
  20. bldblu='\e[1;34m' # Blue
  21. bldpur='\e[1;35m' # Purple
  22. bldcyn='\e[1;36m' # Cyan
  23. bldwht='\e[1;37m' # White
  24. unkblk='\e[4;30m' # Black - Underline
  25. undred='\e[4;31m' # Red
  26. undgrn='\e[4;32m' # Green
  27. undylw='\e[4;33m' # Yellow
  28. undblu='\e[4;34m' # Blue
  29. undpur='\e[4;35m' # Purple
  30. undcyn='\e[4;36m' # Cyan
  31. undwht='\e[4;37m' # White
  32. bakblk='\e[40m' # Black - Background
  33. bakred='\e[41m' # Red
  34. badgrn='\e[42m' # Green
  35. bakylw='\e[43m' # Yellow
  36. bakblu='\e[44m' # Blue
  37. bakpur='\e[45m' # Purple
  38. bakcyn='\e[46m' # Cyan
  39. bakwht='\e[47m' # White
  40. txtrst='\e[0m' # Text Reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement