Skip to content

Instantly share code, notes, and snippets.

@Rednexie
Last active November 11, 2024 14:18
Show Gist options
  • Save Rednexie/931758d42250159c571c3ddcba1fd420 to your computer and use it in GitHub Desktop.
Save Rednexie/931758d42250159c571c3ddcba1fd420 to your computer and use it in GitHub Desktop.
My Linux Terminal Bash Read Command (.bashrc) Configuration
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