hpr3691 :: Starship.rs the best prompt I don't use
Bash prompts
Hosted by Klaatu on Monday, 2022-09-26 is flagged as Clean and is released under a CC-BY-SA license.
bash, ps1, terminal, linux.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr3691
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:25:29
general.
Here's the snippets I use in my .bashrc file.
RED='\033[0;31m'
PLAIN='\033[0m' # No Color
WHITE='\e[97m'
GREEN='\e[0;32m'
PURPLE='\e[35;35m'
CYAN='\e[36;36m'
JAVA_VERSION=`java --version | head -1 | cut -f2 -d' '`
IP=$(hostname -I | awk '{print $1;}' )
source /usr/doc/git-2.35.1/contrib/completion/git-prompt.sh
PS1='\! [\['$GREEN'\]$(hostname -s) $IP\['$PLAIN'\]] [\['$CYAN'\]$(pwd -P)\['$PLAIN'\]] $(__git_ps1 "[\['$PURPLE'\] %s\['$PLAIN'\]]")[☕ '$JAVA_VERSION']\n\['$GREEN'\]$\['$PLAIN'\] '