[Bug 103986] Re: Update inputrc config and bash config
Thomas Hotz
thomas.hotz at gmail.com
Mon Dec 3 11:26:34 UTC 2012
Is this still an issue for you? What Ubuntu version do you use? Thank
you for telling us!
** Changed in: readline6 (Ubuntu)
Status: New => Incomplete
** Changed in: base-files (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to readline6 in Ubuntu.
https://bugs.launchpad.net/bugs/103986
Title:
Update inputrc config and bash config
Status in “base-files” package in Ubuntu:
Incomplete
Status in “readline6” package in Ubuntu:
Incomplete
Bug description:
Binary package hint: base-files
https://wiki.ubuntu.com/Spec/EnhancedBash
Please update /etc/inputrc to include the following:
$if Bash
# Search history back and forward using page-up and page-down
"\e[5~": history-search-backward
"\e[6~": history-search-forward
# Completion
set match-hidden-files off
set page-completions off
set completion-query-items 350
set show-all-if-ambiguous on
$endif
Please update /etc/skel/.bashrc to include the following:
export HISTSIZE=1000
export HISTFILESIZE=1000
shopt -s histappend
PROMPT_COMMAND="history -a; \$PROMPT_COMMAND"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/103986/+subscriptions
More information about the foundations-bugs
mailing list