Skip to content

Instantly share code, notes, and snippets.

View seanmhanson's full-sized avatar
Black Lives Matter. Amplify BIPoC voices. Dismantle Whiteness.

Seán Hanson seanmhanson

Black Lives Matter. Amplify BIPoC voices. Dismantle Whiteness.
View GitHub Profile
@vratiu
vratiu / .bash_aliases
Last active June 15, 2024 20:34
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset