/awesome_prompt

This repo contains configuration settings that allows to improve bash prompt

Awesome Prompt

Table of Contents

About

This repo stores useful scripts that allows to power up your bash prompt

Git Branch

This code allows to see the git branch if there is git in the folder

#Nice git prompt
export GIT_PS1_SHOWDIRTYSTATE=1
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\] \W\[\033[00m\]$(__git_ps1 " \[\e[32m\][%s]\[\e[0m\] ")$ '