Skip to content

Instantly share code, notes, and snippets.

@r2k0
r2k0 / .bashrc
Created February 20, 2011 22:35
my bashrc - [testing]
# 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
# append to the history file, don't overwrite it
shopt -s histappend