Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
77bd4e3e5b
  1. 5
      etc/skel/.bashrc
  2. 3
      lib/initiate.bash

5
etc/skel/.bashrc

@ -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

3
lib/initiate.bash

@ -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 {

Loading…
Cancel
Save