Skip to content

Instantly share code, notes, and snippets.

@keck
Created July 9, 2017 03:17
Show Gist options
  • Save keck/aff8649d37a202e0b0df817f1ba14f52 to your computer and use it in GitHub Desktop.
Save keck/aff8649d37a202e0b0df817f1ba14f52 to your computer and use it in GitHub Desktop.
HISTDIR="$HOME/.bash_histories/`uname -n`"
[[ ! -d $HISTDIR ]] && mkdir -p "$HISTDIR"
HISTFILE="$HISTDIR/$(date +%Y_%m)"
# Suppress duplicates, any two-letter commands..
HISTIGNORE="&:??:exit"
# Dupes
HISTCONTROL='erasedups'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment