Created
August 17, 2016 10:49
-
-
Save yelizariev/b93661082d4db4d081f57f2130b0cb81 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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