From 522b8e7037bdea03c16d41c188a455921c3bc96e Mon Sep 17 00:00:00 2001 From: Justine Date: Sat, 4 Mar 2023 14:30:13 +0100 Subject: [PATCH] Add doc --- README.md | 2 +- sqishrc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c62d1e..8101784 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ TODO(Features): * Allow && in commands ? * Improve word jumping * Add arguments : run a file (sqish myexec) which I believe would make it compatible with gdb ? -* Add export command +* Add export command => Reuse the function set_envvars ## sqishrc (Config) See the included sqishrc file included for comments, and copy it as ~/.sqishrc for use (optionnal). diff --git a/sqishrc b/sqishrc index dfe0cc9..65fd264 100644 --- a/sqishrc +++ b/sqishrc @@ -44,3 +44,8 @@ hotkeys: #Init : A command to run on startup. Can be used for many things... init: "echo ---Initialization over---" + +#Env : to set environment variables at launch +env: + CAT: "meow" + PATH: /home/cat/bin:$PATH