Skip to content

Instantly share code, notes, and snippets.

View geekreflex's full-sized avatar
🏠
Working from home

Jerry Nwosu geekreflex

🏠
Working from home
View GitHub Profile
@geekreflex
geekreflex / .bashrc
Created September 27, 2018 02:39
A full cutomized ~/.bashrc file with git branch.
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac