Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.79 KB | None | 0 0
  1. # Colors
  2. 108
  3. 109 Black="$(tput setaf 0)"
  4. 110 BlackBG="$(tput setab 0)"
  5. 111 DarkGrey="$(tput bold ; tput setaf 0)"
  6. 112 LightGrey="$(tput bold ; tput setaf 7)"
  7. 113 LightGreyBG="$(tput bold ; tput setab 7)"
  8. 114 White="$(tput bold ; tput setaf 7)"
  9. 115 Red="$(tput setaf 1)"
  10. 116 RedBG="$(tput setab 1)"
  11. 117 LightRed="$(tput bold ; tput setaf 1)"
  12. 118 Green="$(tput setaf 2)"
  13. 119 GreenBG="$(tput setab 2)"
  14. 120 LightGreen="$(tput bold ; tput setaf 2)"
  15. 121 Brown="$(tput setaf 3)"
  16. 122 BrownBG="$(tput setab 3)"
  17. 123 Yellow="$(tput bold ; tput setaf 3)"
  18. 124 Blue="$(tput setaf 4)"
  19. 125 BlueBG="$(tput setab 4)"
  20. 126 LightBlue="$(tput bold ; tput setaf 4)"
  21. 127 Purple="$(tput setaf 5)"
  22. 128 PurpleBG="$(tput setab 5)"
  23. 129 Pink="$(tput bold ; tput setaf 5)"
  24. 130 Cyan="$(tput setaf 6)"
  25. 131 CyanBG="$(tput setab 6)"
  26. 132 LightCyan="$(tput bold ; tput setaf 6)"
  27. 133 NC="$(tput sgr0)" # No Color
  28. 134
  29. 135 PS1="\[$LightGrey\]_____________________________________________________________________\[$NC\][\t]\n\[$LightGrey\][\[$NC\]\u@\h\[$LightGrey\]]\[$NC\] \n\`if [ \$? etaf 2    )"
  30. 136 119 GreenBG="$(tput setab 2)"
  31. 137 120 LightGreen="$(tput bold ; tput setaf 2)"
  32. 138 121 Brown="$(tput setaf 3)"
  33. 139 122 BrownBG="$(tput setab 3)"
  34. 140 123 Yellow="$(tput bold ; tput setaf 3)"
  35. 141 124 Blue="$(tput setaf 4)"
  36. 142 125 BlueBG="$(tput setab 4)"
  37. 143 126 LightBlue="$(tput bold ; tput setaf 4)"
  38. 144 127 Purple="$(tput setaf 5)"
  39. 145 128 PurpleBG="$(tput setab 5)"
  40. 146 129 Pink="$(tput bold ; tput setaf 5)"
  41. 147 130 Cyan="$(tput setaf 6)"
  42. 148 131 CyanBG="$(tput setab 6)"
  43. 149 132 LightCyan="$(tput bold ; tput setaf 6)"
  44. 150 133 NC="$(tput sgr0)" # No Color
  45. 151 0 ]; then echo \[$LightGrey\][\[$LightGreen\]^.^\[$LightGrey\]]; else echo \[$LightGrey\][\[$Red\]\>\.\<\[$LightGrey\]]; fi\` \[$LightGrey\][\w] \\$: \[$NC\]"
Add Comment
Please, Sign In to add comment