Add doc
This commit is contained in:
parent
643c69623c
commit
522b8e7037
@ -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).
|
||||||
|
5
sqishrc
5
sqishrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user