|
|
|
@ -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 |