Skip to content

Instantly share code, notes, and snippets.

@yelizariev
Created August 17, 2016 10:49
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 yelizariev/b93661082d4db4d081f57f2130b0cb81 to your computer and use it in GitHub Desktop.
Save yelizariev/b93661082d4db4d081f57f2130b0cb81 to your computer and use it in GitHub Desktop.
# PS1 for remote root
# \t \h \w\$
export PS1='\[\033[00;31m\]\t \[\033[01;31m\]\h \[\033[01;34m\]\w\[\033[01;31m\]\$\[\033[00m\] '
# https://wiki.archlinux.org/index.php/Color_Bash_Prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment