From 9ebb21c14e6d496b76dc9577585d5b0d082711bc Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Tue, 10 Oct 2023 21:28:49 +0200 Subject: [PATCH] Update 1_introduction.md --- docs/session_1/1_introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/session_1/1_introduction.md b/docs/session_1/1_introduction.md index 46da9d3..943e28d 100644 --- a/docs/session_1/1_introduction.md +++ b/docs/session_1/1_introduction.md @@ -236,8 +236,8 @@ export NXF_SINGULARITY_CACHEDIR= ``` !!! tip "How to manage environmental variables" - - You may want to include these, or other environmental variables, in your `.bashrc` file (or alternate) that is loaded when you log in so you don’t need to export variables every session. + + You may want to include these, or other environmental variables, in your `.bashrc` file (or alternate) that is loaded when you log in so you don’t need to export variables every session. A complete list of environmental variables can be found in the [Nextflow docs](https://www.nextflow.io/docs/latest/config.html#environment-variables).