Update inputrc config and bash config
Bug #103986 reported by
Steven Harms
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
base-files (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned | ||
readline6 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Bug Description
Binary package hint: base-files
https:/
Please update /etc/inputrc to include the following:
$if Bash
# Search history back and forward using page-up and page-down
"\e[5~": history-
"\e[6~": history-
# Completion
set match-hidden-files off
set page-completions off
set completion-
set show-all-
$endif
Please update /etc/skel/.bashrc to include the following:
export HISTSIZE=1000
export HISTFILESIZE=1000
shopt -s histappend
PROMPT_
Changed in readline6 (Ubuntu): | |
status: | Incomplete → Confirmed |
Changed in base-files (Ubuntu): | |
status: | Incomplete → Confirmed |
To post a comment you must log in.
this is a great addition as it cuts down typing or creating bash scripts for all of my ssh connections