git.sophuwu.com > bashprompt
documentation
parent

d00f684372dc1184475cf61479850b7fa1ae146f

3 files changed, 10 insertions(+), 3 deletions(-)

jump to
M .gitignore.gitignore

@@ -1,5 +1,3 @@

.idea a.out build -pbin -cmake-build-debug
M README.mdREADME.md

@@ -1,3 +1,12 @@

# Bash Prompt Generator -Configurable Bash prompt generator with rainbow colors. +<center><img src="./example.png" alt="Example" width="50%"></center> + +## Installation +```bash +make +./build/bashprompt help +# run the output to enable the prompt +``` +Copy the output to your .bashrc for automatic start up. **DO NOT** USE .bash_profile or .profile. +