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 {