new installation process
This commit is contained in:
+3
-2
@@ -1,3 +1,4 @@
|
|||||||
# Keep these top-most lines for safe scripting
|
# --Keep these 4 topmost lines for safe scripting
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return || true
|
||||||
|
# --write your own settings down below
|
||||||
|
|||||||
@@ -116,11 +116,8 @@ function link_config_files {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function force_reload {
|
function force_reload {
|
||||||
echo FORCE RELOAD
|
|
||||||
echo inputrc
|
|
||||||
bind -f /etc/inputrc 2>/dev/null # arch: dismiss harmless warning
|
bind -f /etc/inputrc 2>/dev/null # arch: dismiss harmless warning
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
echo DONE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function in_azerty_zone {
|
function in_azerty_zone {
|
||||||
|
|||||||
Reference in New Issue
Block a user