Created
July 21, 2020 01:50
-
-
Save dwinter/dccdea3598ea1499cf85c04330245e5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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