# Readline init file
# See: info readline

	# Press TAB once (instead of twice) to auto-complete
set show-all-if-ambiguous on
    # No bell.  No ^G in output
set bell-style none
    # Display completions sorted horizontally, not vertically
set print-completions-horizontally on
