This repository has been archived on 2025-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
|
# CustomPromptV2
|
|
|
|
My very own prompt made for bash because normal ones are boring and I'm too lazy to set up zsh.
|
|
|
|
Usage:
|
|
```bash
|
|
|
|
# ~/.bashrc
|
|
export PROMPT_COMMAND="PS1=\"\$(/path/to/compiled/binary)\""
|
|
export PS1=""
|
|
```
|