Compare commits
2 Commits
b2b0d96831
...
main
Author | SHA1 | Date | |
---|---|---|---|
b25a5cde19 | |||
![]() |
aa91afacba |
4
Bobfile
Normal file
4
Bobfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
compiler "g++";
|
||||||
|
binary "space";
|
||||||
|
source "src/main.cpp";
|
||||||
|
compile;
|
@@ -16,9 +16,11 @@ If you need to change your directory, run `cd (directory)`. If you need to exit
|
|||||||
|
|
||||||
If you would like to create a substitution, type `sub (string) (anotherstring)`. List all your substitutions with `listsubs`. By default, `ls` is substituted with `ls -l`. If you'd like to make your substitutions include extra command line arguments, write your arguments inside quotation marks.
|
If you would like to create a substitution, type `sub (string) (anotherstring)`. List all your substitutions with `listsubs`. By default, `ls` is substituted with `ls -l`. If you'd like to make your substitutions include extra command line arguments, write your arguments inside quotation marks.
|
||||||
|
|
||||||
|
Change environment variables with `set key value`. At present there is no way to access environment variables.
|
||||||
|
|
||||||
A file located at ~/.config/space/Spacefile is essentially a script that will run on startup. Add any commands or substitutions that you would like in this file. These will be run for you.
|
A file located at ~/.config/space/Spacefile is essentially a script that will run on startup. Add any commands or substitutions that you would like in this file. These will be run for you.
|
||||||
|
|
||||||
The path is hard-coded into the source code, change the vector on line 59 to add directories to your path.
|
The path is set with the $PATH environment variable.
|
||||||
|
|
||||||
The prompt is not able to be changed. Yes, I'm forcing my opinion on you.
|
The prompt is not able to be changed. Yes, I'm forcing my opinion on you.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user