Skip to content

Instantly share code, notes, and snippets.

View Bilge's full-sized avatar

Bilge

View GitHub Profile
@Bilge
Bilge / ps1.bash
Created July 28, 2022 07:51
Git Prompt
PROMPT_COMMAND='__git_ps1 "\[$(tput bold; tput setaf 2)\]\u@\h\[$(tput sgr0; tput bold)\]:\[$(tput setaf 4)\]\w" "\[$(tput sgr0)\]\\\$ " "\[$(tput sgr0; tput bold)\]:\[$(tput setaf 8)\]%s\[$(tput bold)\]"'