diff --git a/README.adoc b/README.adoc index 40f317b..05a1d31 100644 --- a/README.adoc +++ b/README.adoc @@ -16,6 +16,18 @@ Test with `centos7-01`: After that a `bin` directory will exist (if not yet present before), move the executable to this dir to have it `PATH`. +.add to .bashrc +[source,bash] +---- +# If not running interactively, don't do anything +# see https://stackoverflow.com/questions/12440287/scp-doesnt-work-when-echo-in-bashrc +[[ "$-" != *i* ]] && return + +if [ -x ~/.bashrc.d/bashrc.init ]; then + . ~/.bashrc.d/bashrc.init +fi +---- + === AWS Systeme (Draft) TODO: create user file for initialization at provisioning