Horje
change bash suggestions to be case insensitive Code Example
change bash suggestions to be case insensitive
# If ~/.inputrc doesn't exist yet: First include the original /etc/inputrc
# so it won't get overriden
if [ ! -a ~/.inputrc ]; then echo '$include /etc/inputrc' > ~/.inputrc; fi

# Add shell-option to ~/.inputrc to enable case-insensitive tab completion
echo 'set completion-ignore-case On' >> ~/.inputrc




Shell

Related
chown a file Code Example chown a file Code Example
webmin depends on unzip; however: Package unzip is not installed. Code Example webmin depends on unzip; however: Package unzip is not installed. Code Example
windows 10 open the start shortcut folder Code Example windows 10 open the start shortcut folder Code Example
hp probook 6560b hackintosh Code Example hp probook 6560b hackintosh Code Example
drupal update config install Code Example drupal update config install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10