Browse Source

reload inputrc

main
pvincent 4 days ago
parent
commit
98753dde37
  1. 5
      lib/init.bash

5
lib/init.bash

@ -94,6 +94,10 @@ function link_config_files {
link_etc inputrc # last command required to detect successful installation link_etc inputrc # last command required to detect successful installation
} }
function bind_inputrc {
bind -f /etc/inputrc
}
function in_azerty_zone { function in_azerty_zone {
[[ -L /etc/localtime ]] || return 1 [[ -L /etc/localtime ]] || return 1
@ -121,3 +125,4 @@ install_required_packages
no_more_skeleton no_more_skeleton
fix_terminfo_ghostty fix_terminfo_ghostty
link_config_files link_config_files
bind_inputrc
Loading…
Cancel
Save