Skip to content

Instantly share code, notes, and snippets.

@blvkoblsk
Last active August 18, 2017 04:36
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 blvkoblsk/5bc170c1f2288ac93383d6cc14c8a43d to your computer and use it in GitHub Desktop.
Save blvkoblsk/5bc170c1f2288ac93383d6cc14c8a43d to your computer and use it in GitHub Desktop.
BASH PROMPT - HOST :: DATE :: TIME :: CWD :: $
#!/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