Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
73535836a6
  1. 2
      lib/initiate.bash

2
lib/initiate.bash

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

Loading…
Cancel
Save