From c6e0090e555950a251e5015810f370b33c601b99 Mon Sep 17 00:00:00 2001 From: Olivier Michel Date: Tue, 14 Nov 2023 08:36:04 +0100 Subject: [PATCH] Prepend blank line in bashrc script (#6441) * Prepend blank line in bashrc script * Update bash_profile.windows * Update bash_profile.mac --- scripts/install/bash_profile.mac | 1 + scripts/install/bash_profile.windows | 1 + scripts/install/bashrc.linux | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/install/bash_profile.mac b/scripts/install/bash_profile.mac index afd0b3779fe..9bbb812728a 100644 --- a/scripts/install/bash_profile.mac +++ b/scripts/install/bash_profile.mac @@ -1,3 +1,4 @@ + ##################################################################################################### # Uncomment / edit the following environment variables when the corresponding software is installed # ##################################################################################################### diff --git a/scripts/install/bash_profile.windows b/scripts/install/bash_profile.windows index eb19cd1172c..415bc8ad90c 100644 --- a/scripts/install/bash_profile.windows +++ b/scripts/install/bash_profile.windows @@ -1,3 +1,4 @@ + ##################################################################################################### # Uncomment / edit the following environment variables when the corresponding software is installed # ##################################################################################################### diff --git a/scripts/install/bashrc.linux b/scripts/install/bashrc.linux index b4237ca5663..0da85c8f14e 100644 --- a/scripts/install/bashrc.linux +++ b/scripts/install/bashrc.linux @@ -1,3 +1,4 @@ + ##################################################################################################### # Uncomment / edit the following environment variables when the corresponding software is installed # #####################################################################################################