Skip to content

Instantly share code, notes, and snippets.

View jmanikan's full-sized avatar

Juvenal Manikan jmanikan

View GitHub Profile
@jmanikan
jmanikan / prompt.sh
Last active August 29, 2015 14:26 — forked from tobiassjosten/prompt.sh
# Configure colors, if available.
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
c_reset='\[\e[0m\]'
c_user='\[\e[0;32m\]'
c_path='\[\e[1;34m\]'
c_git_clean='\[\e[0;37m\]'
c_git_staged='\[\e[0;32m\]'
c_git_unstaged='\[\e[0;31m\]'
else
c_reset=