miaou-bash helper function

This commit is contained in:
pvincent
2026-08-23 16:40:06 +04:00
parent 410a5809a8
commit 842df43206
6 changed files with 16 additions and 19 deletions
-7
View File
@@ -227,12 +227,6 @@ function apply_mode {
fi
}
function reload {
[[ $- == *i* ]] && bind -f /etc/inputrc >/dev/null
# shellcheck source=/dev/null
source /etc/bash.bashrc
}
# MAIN
source "$MIAOU_BASH_DIR"/lib/functions.bash
@@ -249,4 +243,3 @@ create_sudoers
fetch_mode
apply_mode
launch_hooks
reload