Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
e1b95b789f
  1. 4
      lib/initiate.bash

4
lib/initiate.bash

@ -109,10 +109,12 @@ function link_config_files {
} }
function force_reload { function force_reload {
echo FORCE RELOAD
bind -f /etc/inputrc 2>/dev/null # arch: dismiss harmless warning bind -f /etc/inputrc 2>/dev/null # arch: dismiss harmless warning
if ! source /etc/profile 2>/dev/null; then # arch: dismiss error `PS1: unbound variable``
if ! source /etc/profile 2>/dev/null; then # arch: dismiss error `PS1: unbound variable`
source /etc/bash.bashrc source /etc/bash.bashrc
fi fi
echo DONE
} }
function in_azerty_zone { function in_azerty_zone {

Loading…
Cancel
Save