new installation process
This commit is contained in:
@@ -110,9 +110,11 @@ function link_config_files {
|
||||
|
||||
function force_reload {
|
||||
echo FORCE RELOAD
|
||||
echo inputrc
|
||||
if bind -f /etc/inputrc 2>/dev/null; then
|
||||
: # arch: dismiss harmless warning
|
||||
fi
|
||||
echo profile
|
||||
if ! source /etc/profile 2>/dev/null; then
|
||||
# arch: dismiss error `PS1: unbound variable`
|
||||
source /etc/bash.bashrc
|
||||
|
||||
Reference in New Issue
Block a user