Return to Snippet

Revision: 3182
at June 13, 2007 14:32 by gtcaz


Updated Code
# Set the prompt                                                                                                        
GREEN="\[\033[0;32m\]"                                                                                                  
GRAY="\[\033[0;37m\]"                                                                                                   
CYAN="\[\033[0;36m\]"                                                                                                   
NO_COLOR="\[\033[0m\]"                                                                                                  
export PS1="$GRAY[$GREEN\u$GRAY@$CYAN\h$GRAY]$ $NO_COLOR"

Revision: 3181
at June 13, 2007 14:27 by gtcaz


Initial Code
# Set the prompt
GREEN="\[\033[0;32m\]"
GRAY="\[\033[0;37m\]"
CYAN="\[\033[0;36m\]"
NO_COLOR="\[\033[0m\]"
PS1="$GRAY[$GREEN\h$GRAY:$CYAN\w$GRAY]$ $NO_COLOR"

Initial URL


Initial Description


Initial Title
Prompt ideas for ngungo

Initial Tags
Bash

Initial Language
Bash