From ba2ba061adf7748936a19cec178133c77be7419a Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Thu, 12 Nov 2020 19:46:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.adoc=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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