Created
December 8, 2021 19:32
-
-
Save thevops/1f4ff6ce6651a3b72e87e3f64501f54e to your computer and use it in GitHub Desktop.
Linux - simple PS1
This file contains hidden or 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
| # green | |
| export PS1="[\$(date +%k:%M)] \[\033[1;32m\]\u@\H:\[\033[00m\]\[\033[01;34m\]\$PWD\[\033[00m\] #\[\033[00m\] " | |
| # red | |
| export PS1="[\$(date +%k:%M)] \[\033[1;31m\]\u@\H:\[\033[00m\]\[\033[01;34m\]\$PWD\[\033[00m\] #\[\033[00m\] " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment