Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: usel restart 
Shell :: From Privileged to Global Configuration in cisco 
Shell :: shell how to replace single quote 
Shell :: connect postgres and install pg_trgm and btree_gist 
Shell :: zenity liste seçim gösterme 
Shell :: create user in linux and provide all access 
Shell :: libopusfile.so.0 terminal download 
Shell :: repeat characters for line vim 
Shell :: scp two remote devices 
Shell :: get ssh recovery code 
Shell :: Delete the executing batch file 
Shell :: LF will be replaced by CRLF hassan 
Shell :: linux copy files with specific ending 
Shell :: Exception: No Linux desktop project configured. See 
Shell :: comment lines in nano 
Shell :: powershell write UnauthorizedAccessException 
Shell :: ubuntu freeing up port 
Shell :: grep all except last 
Shell :: open ssl change pkcs1 to pkcs8 
Shell :: mana toolkit install 
Shell :: linux replace after char 
Shell :: gem install puma 
Shell :: build pdf from tex file linux 
Shell :: give htdocs sudo permission 
Shell :: visual basic code syntax 
Shell :: how to revert git apply patch 
Shell :: add a colored code section in gitlab review 
Shell :: restart service hpux 
Shell :: reset nvram/pram 
Shell :: what is vagrant and system requirements 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =