Skip to content

Instantly share code, notes, and snippets.

@mparker17
Last active September 14, 2021 14:08
Show Gist options
  • Save mparker17/3df4a9c97b74f22b73953f94b9bf28fc to your computer and use it in GitHub Desktop.
Save mparker17/3df4a9c97b74f22b73953f94b9bf28fc to your computer and use it in GitHub Desktop.
Readline configuration.
#
# @file
# Editline configuration.
#
# See also $HOME.inputrc for readline configuration.
#
# Readline config.
# Used by bash; among others.
set completion-ignore-case on
set colored-stats on
set expand-tilde off
set mark-symlinked-directories on
set show-all-if-ambiguous on
set completion-prefix-display-length 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment