Skip to content

Instantly share code, notes, and snippets.

View bGZo's full-sized avatar

菜就多練練 bGZo

View GitHub Profile
@bGZo
bGZo / .bash_aliases
Last active July 2, 2024 15:24 — forked from vratiu/.bash_aliases
Git shell coloring
# Test gh-cli is working or not?
# 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