Guest User

Untitled

a guest
Jun 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. local curdir="%d"
  2. local hostname="%M"
  3. local username="%n"
  4. local bold="%B"
  5. local unbold="%b"
  6. local standout="%S"
  7. local unstandout="%s"
  8. local colorfg="%F"
  9. local uncolorfg="%f"
  10. local colorbg="%K"
  11. local uncolorbg="%k"
  12. local mytime="%*"
  13. local mydate="%D"
  14. local line_tty="%y"
  15. local rootorwhat="%#"
  16. local return_status="%?"
  17.  
  18.  
  19. PROMPT="$colorfg{green}┌───$uncolorfg$bold$curdir$unbold$colorfg{green}──────────────────┐$uncolorfg
  20. $username$bold$colorfg{blue}:${uncolorfg}$unbold$colorfg{cyan}$hostname${uncolorfg} $colorfg{yellow}»$uncolorfg "
Add Comment
Please, Sign In to add comment