From cb9a5ea20211587f0f7118145ab10cacbaf4d99a Mon Sep 17 00:00:00 2001 From: Maxwell Date: Mon, 24 Mar 2025 14:52:21 +1100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b81f28..8bde5ff 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ 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. +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 prompt is not able to be changed. Yes, I'm forcing my opinion on you.