Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3691: Starship.rs the best prompt I don't use

Hosted by Klaatu on 2022-09-26 00:00:00
Download or Listen

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'\] '

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.