commit 53a322ef3055b904bdf486de3d95a30e0319a770 Author: Luca Conte Date: Sun Aug 11 23:33:46 2024 +0000 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..881886b --- /dev/null +++ b/README.md @@ -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="" +```