Skip to content

Instantly share code, notes, and snippets.

View manju65char's full-sized avatar

Manjunathachar K T manju65char

View GitHub Profile
@manju65char
manju65char / .bash_aliases
Created October 21, 2023 10:47 — forked from vratiu/.bash_aliases
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
@manju65char
manju65char / bash-colors.md
Created October 21, 2023 10:44 — forked from JBlond/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple