Last active
August 18, 2017 04:36
-
-
Save blvkoblsk/5bc170c1f2288ac93383d6cc14c8a43d to your computer and use it in GitHub Desktop.
BASH PROMPT - HOST :: DATE :: TIME :: CWD :: $
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
#!/bin/bash | |
#### BASH PROMPT - HOST :: DATE :: TIME :: CWD :: $ | |
PS1="\[\e[34m\]\h\[\e[m\] :: \[\e[32m\]\d\[\e[m\] :: \[\e[32m\]\A\[\e[m\] :: \[\e[36;40m\]\w\[\e[m\] :: \[\e[31m\]\\$\[\e[m\] " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment