aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-08-05 21:05:48 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-08-05 21:05:48 -0700
commitd57851fbcf5f40dc0be491349a50964feb596cb0 (patch)
tree0b8da8af40649f384e5abb15cb5fe31b15069507
parent4836c90b613f50da5061498d2c2c912158028669 (diff)
downloadbasta-d57851fbcf5f40dc0be491349a50964feb596cb0.tar.gz
basta-d57851fbcf5f40dc0be491349a50964feb596cb0.tar.bz2
basta-d57851fbcf5f40dc0be491349a50964feb596cb0.zip
README: recommend ~/.basta.sh name.
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1d06096..2ce95c2 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,13 @@ This allows you to have very simple prompt:
::text
PS1='\$ '
-To use the code put it into a file like `~/.bash_status` and
-then source this file from some startup script,
-for instance by adding this line to `~/.bash_profile`:
+To use the code put the `basta.sh` file somewhere. Perhaps,
+turn it into a dot file in your home directory, under
+the name`~/.basta` Then, then source this file from some startup script, for
+instance by adding this line to `~/.bash_profile`:
::text
- . ~/.bash_status
+ . ~/.basta.sh
This requires Bash 4.4 or higher.