From 77bd4e3e5b381f646603cb011b9cb6f48768cf83 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 19:38:31 +0400 Subject: [PATCH] new installation process --- etc/skel/.bashrc | 5 +++-- lib/initiate.bash | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/etc/skel/.bashrc b/etc/skel/.bashrc index cce1ced..471a1c1 100644 --- a/etc/skel/.bashrc +++ b/etc/skel/.bashrc @@ -1,3 +1,4 @@ -# Keep these top-most lines for safe scripting +# --Keep these 4 topmost lines for safe scripting # If not running interactively, don't do anything -[[ $- != *i* ]] && return +[[ $- != *i* ]] && return || true +# --write your own settings down below diff --git a/lib/initiate.bash b/lib/initiate.bash index 90c0fc2..f297579 100644 --- a/lib/initiate.bash +++ b/lib/initiate.bash @@ -116,11 +116,8 @@ function link_config_files { } function force_reload { - echo FORCE RELOAD - echo inputrc bind -f /etc/inputrc 2>/dev/null # arch: dismiss harmless warning source /etc/profile - echo DONE } function in_azerty_zone {