From f46d3057ba918f525c5c98b19962255c3e4b8861 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 23 May 2018 08:28:18 +0530 Subject: [PATCH] Add an example of setting environment variables in a session file --- README.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 3351a657c..99d282c6a 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -396,7 +396,8 @@ layout tall cd ~ # Create a window and run the specified command in it launch zsh -launch vim +# Create a window with some environment variables set and run vim in it +launch env FOO=BAR vim # Set the title for the next window title Chat with x launch irssi --profile x