Skip to content

Instantly share code, notes, and snippets.

View HarshilPatel007's full-sized avatar

Harshil Patel HarshilPatel007

View GitHub Profile
@HarshilPatel007
HarshilPatel007 / .bashrc
Created May 22, 2017 08:17 — forked from rickdaalhuizen90/.bashrc
Parrot Os bash theme for ubuntu
# ~/.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
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace