Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. PROMPT="[%m:%~] "
  2.  
  3. # Changer le prompt quand on est root (pwd + # rouge)
  4. if [[ $UID == 0 ]]; then
  5. PROMPT="%~ $fg[red]#%{$reset_color%} "
  6. fi
Add Comment
Please, Sign In to add comment