Guest User

Untitled

a guest
Oct 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. bat () { acpi | grep -oP "(d+)%" }
  2. PROMPT="%t | %(bat) | %d
  3. $ "
  4.  
  5. 7:22PM | 89[m | /home/rain
  6. $
  7.  
  8. bat () { acpi | grep --color=never -oP "(d+)%" }
Add Comment
Please, Sign In to add comment