Last active
November 11, 2024 14:18
-
-
Save Rednexie/931758d42250159c571c3ddcba1fd420 to your computer and use it in GitHub Desktop.
My Linux Terminal Bash Read Command (.bashrc) Configuration
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
PS1="\[\033[1;37m\]┌---\[\033[1;37m\][\[\033[1;31m\]$(whoami)\[\033[1;37m\]@\[\033[1;31m\]$(hostname)\[\033[1;37m\]]-\[\033[1;37m\][\[\033[0;31m\]$(pwd)\[\033[1;37m\]]:\n|\n└---\[\033[1;32m\]$ \[\033[1;36m\]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment