Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
207b6a9d46
  1. 7
      lib/initiate.bash

7
lib/initiate.bash

@ -110,8 +110,11 @@ function link_config_files {
function force_reload { function force_reload {
echo FORCE RELOAD echo FORCE RELOAD
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 bind -f /etc/inputrc 2>/dev/null; then
: # arch: dismiss harmless warning
fi
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 echo DONE

Loading…
Cancel
Save