Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 569 Bytes

File metadata and controls

17 lines (13 loc) · 569 Bytes

Pretty .bashrc

Custom .bashrc for linux and WSL

Two-line prompt:
user@host [HH:MM] dir

  • └──────────────┴──$

Ignore the dot at the begining, that was the only way I could find to line it up here.

Colors:

  • user/host = green (non-root) / red (root)
  • time = uncolored (fixed width and bracketed HH:MM)
  • dir = blue (writable) / red (non-writable)
  • arrow = dir color
  • prompt char = user color

Written By SpiltBlood and ChatGPT <-- He did most of the work!