aliases/general (cic): fix non-working readline configuration

This commit is contained in:
Koichi Murase 2022-08-23 12:06:06 +09:00
parent 91b36b48a7
commit f52647d6d6

View File

@ -63,5 +63,5 @@ alias path='echo -e ${PATH//:/\\n}' # path: Echo all executable
alias show_options='shopt' # Show_options: display bash options settings
alias fix_stty='stty sane' # fix_stty: Restore terminal settings when screwed up
alias fix_term='echo -e "\033c"' # fix_term: Reset the conosle. Similar to the reset command
alias cic='set completion-ignore-case On' # cic: Make tab-completion case-insensitive
alias cic='bind "set completion-ignore-case on"' # cic: Make tab-completion case-insensitive
alias src='source ~/.bashrc' # src: Reload .bashrc file