dev #2

Merged
justine merged 5 commits from dev into main 2023-03-04 14:31:20 +01:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 522b8e7037 - Show all commits

View File

@ -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).

View File

@ -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