mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
aliases/general (cic): fix non-working readline configuration
This commit is contained in:
@@ -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 show_options='shopt' # Show_options: display bash options settings
|
||||||
alias fix_stty='stty sane' # fix_stty: Restore terminal settings when screwed up
|
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 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
|
alias src='source ~/.bashrc' # src: Reload .bashrc file
|
||||||
|
Reference in New Issue
Block a user