/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Set the prompt GREEN="\[\033[0;32m\]" GRAY="\[\033[0;37m\]" CYAN="\[\033[0;36m\]" RED="\[\033[0;31m\]" NO_COLOR="\[\033[0m\]" PS1="$GRAY[$GREEN\h$GRAY:$CYAN\w$GRAY]$ $NO_COLOR"