Skip to content

Instantly share code, notes, and snippets.

@rgraham717
rgraham717 / new_prompt.sh
Created June 28, 2025 13:04
Colorful bash prompt including pyenv virtualenv and git branch status. just source this at the end of your .bashrc or .profile
# Add this to your ~/.bashrc or ~/.bash_profile
# Color definitions
RED='\[\033[0;31m\]'
GREEN='\[\033[0;32m\]'
YELLOW='\[\033[0;33m\]'
BLUE='\[\033[0;34m\]'
PURPLE='\[\033[0;35m\]'
CYAN='\[\033[0;36m\]'
WHITE='\[\033[0;37m\]'