reload inputrc

This commit is contained in:
pvincent
2026-08-11 22:37:32 +04:00
parent e4450cfb20
commit 98753dde37
+5
View File
@@ -94,6 +94,10 @@ function link_config_files {
link_etc inputrc # last command required to detect successful installation
}
function bind_inputrc {
bind -f /etc/inputrc
}
function in_azerty_zone {
[[ -L /etc/localtime ]] || return 1
@@ -121,3 +125,4 @@ install_required_packages
no_more_skeleton
fix_terminfo_ghostty
link_config_files
bind_inputrc