new installation process
This commit is contained in:
+3
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user