Skip to content

Instantly share code, notes, and snippets.

View miguelcb84's full-sized avatar
😄

Miguel Coronado miguelcb84

😄
View GitHub Profile
@miguelcb84
miguelcb84 / bash_aliases.sh
Created February 20, 2018 23:40 — forked from canhnht/bash_aliases.sh
Set color bash prompt according to active virtualenv, git branch and return status of last command.
txtblk='\e[0;30m' # Black - Regular
txtred='\e[0;31m' # Red
txtgrn='\e[0;32m' # Green
txtylw='\e[0;33m' # Yellow
txtblu='\e[0;34m' # Blue
txtpur='\e[0;35m' # Purple
txtcyn='\e[0;36m' # Cyan
txtwht='\e[0;37m' # White