From 18a7b2bc4e816c4dafb604295b5c2375ee03bab1 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Thu, 22 Feb 2024 23:39:26 +0530 Subject: [PATCH] Updated HOWTO: set environment variables (markdown) --- HOWTO:-set-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO:-set-environment-variables.md b/HOWTO:-set-environment-variables.md index d9a9297..f76d07c 100644 --- a/HOWTO:-set-environment-variables.md +++ b/HOWTO:-set-environment-variables.md @@ -1,4 +1,4 @@ -The way you set environment variables is dependent on your shell. Assuming you want to set the `_ZO_ECHO` variable to 1: +The way you set environment variables is dependent on your shell. Assuming you want to set the `_ZO_ECHO` variable to `1`:
Bash