Skip to content

Instantly share code, notes, and snippets.

@freeman
Created September 15, 2008 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freeman/10858 to your computer and use it in GitHub Desktop.
Save freeman/10858 to your computer and use it in GitHub Desktop.
# Ne pas utiliser cette forme, c'est la source des problèmes :
export PS1='[\u@\033[31;1m\h\033[0m \W ] '
# Mais utiliser celle-ci :
export PS1='[\u@\[\033[31;1m\]\h\[\033[0m\] \W ] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment