initial commit

This commit is contained in:
Luca Conte 2024-08-11 23:33:46 +00:00
commit 53a322ef30
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# CustomPromptV2
My very own PS1 because normal ones are boring and zsh sucks.
Usage:
```bash
# ~/.bashrc
export PROMPT_COMMAND="PS1=\"\$(/path/to/compiled/binary)\""
export PS1=""
```