diff --git a/README.md b/README.md index df5ec47..47940c4 100644 --- a/README.md +++ b/README.md @@ -786,7 +786,9 @@ stty raw -echo opost; fg reset export SHELL=bash export TERM=xterm-256color +unset HISTFILE stty rows 24 columns 80 +PS1='\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]# ' # Pimp up your prompt ```