Guest User

Untitled

a guest
Jan 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. txtblu='\e[0;34m' # Blue
  2. txtcyn='\e[0;36m' # Cyan
  3. txtrst='\e[0m'    # Text Reset
  4. txtred='\e[0;31m' # Red
  5. txtpur='\e[0;35m' # Purple
  6. PS1=`echo -e "${txtblu}[${txtcyn}\u${txtpur}@${txtcyn}\h /\W${txtblu}]${txtred}$ ${txtrst}"`
Add Comment
Please, Sign In to add comment