Skip to content

Instantly share code, notes, and snippets.

View arindam89's full-sized avatar

Arindam Paul arindam89

  • Chief Architect at Safe Security
  • Bengaluru, India
  • 00:51 (UTC +05:30)
  • X @geek_paul
View GitHub Profile
@arindam89
arindam89 / .bashrc
Created June 5, 2012 06:43
.bashrc example
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't overwrite GNU Midnight Commander's setting of 'ignorespace'.
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
# ... or force ignoredups and ignorespace
export HISTCONTROL=ignoreboth