Skip to content

Instantly share code, notes, and snippets.

@dwinter
Created July 21, 2020 01:50
Show Gist options
  • Save dwinter/dccdea3598ea1499cf85c04330245e5d to your computer and use it in GitHub Desktop.
Save dwinter/dccdea3598ea1499cf85c04330245e5d to your computer and use it in GitHub Desktop.
$include /etc/inputrc
"\e[A":history-search-backward
"\e[B":history-search-forward
export HISTSIZE=1000000
export HISTFILESIZE=1000000000
export HISTIGNORE='pwd:ls:history:'
export LESS="--RAW-CONTROL-CHARS --quit-if-one-screen --ignore-case --long-prompt --SILENT --no-init"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment