This commit is contained in:
Justine 2023-03-04 14:30:13 +01:00
parent 643c69623c
commit 522b8e7037
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ TODO(Features):
* Allow && in commands ? * Allow && in commands ?
* Improve word jumping * Improve word jumping
* Add arguments : run a file (sqish myexec) which I believe would make it compatible with gdb ? * 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) ## sqishrc (Config)
See the included sqishrc file included for comments, and copy it as ~/.sqishrc for use (optionnal). See the included sqishrc file included for comments, and copy it as ~/.sqishrc for use (optionnal).

View File

@ -44,3 +44,8 @@ hotkeys:
#Init : A command to run on startup. Can be used for many things... #Init : A command to run on startup. Can be used for many things...
init: "echo ---Initialization over---" init: "echo ---Initialization over---"
#Env : to set environment variables at launch
env:
CAT: "meow"
PATH: /home/cat/bin:$PATH