GoboLinux - Fun with File System Hierarchy
Posted Jan 27, 2004 14:18 UTC (Tue) by
Cato (subscriber, #7643)
In reply to:
GoboLinux - Fun with File System Hierarchy by gkarabin
Parent article:
GoboLinux - Fun with File System Hierarchy
bash at least solves the tab-completion issue - it does case-insensitive completion (in fact the GNU readline library does this for bash). Just put the following in ~/.inputrc and restart bash:
set completion-ignore-case On
(
Log in to post comments)