# 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="" ```