Created
October 23, 2018 15:31
-
-
Save slayerlab/db1336f8c93455f0468954e56ea86a8a to your computer and use it in GitHub Desktop.
custom .bashrc - time display and insert command on newline.
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
| export PS1="[\[$(tput sgr0)\]\[\033[38;5;14m\]\t\[$(tput sgr0)\]\[\033[38;5;15m\] \u@\h:\[$(tput sgr0)\]\[\033[38;5;10m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]]\n\\$ \[$(tput sgr0)\]" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this was like:
