Skip to content

Instantly share code, notes, and snippets.

View rajbdilip's full-sized avatar
🎯
Focusing

Dilip Raj Baral rajbdilip

🎯
Focusing
View GitHub Profile
@rajbdilip
rajbdilip / .bashrc
Last active May 27, 2016 07:58 — forked from lukaswilkeer/.bashrc
Gnome terminal with colors and 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
#define GIT_COLOR_NORMAL “”
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options