bash-prompt-generator
                                
                                 bash-prompt-generator copied to clipboard
                                
                                    bash-prompt-generator copied to clipboard
                            
                            
                            
                        Customize your Bash Prompt by setting the PS1 variable.
Site with dark mode browser extensions render color picker colors unusable. A dark mode toggle & saving it to cookies will be great, so that we can whitelist site to...
Hello, I love your Generator. I use it on nearly all my Linuxes (as long as I can copy the text there ... newbie-problems...). But it seems sometimes it loses...
I noticed that Text Properties don't disappear after deletion which might be confusing for the user. Steps to reproduce this 'bug': 1. Create two text fields and select one of...
This prompt: - PS1='\[\e[0;1;38;5;212m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2) \[\e[0;1;38;5;46m\]\u\[\e[0;38;5;227m\]@\[\e[0;1;38;5;46m\]\h\[\e[0m\]:\[\e[0;1;38;5;45m\]/\[\e[0;1;38;5;45m\]\W\[\e[0;1;38;5;226m\]# \[\e[0m\]' is resulting in the following prompt when set in my .bashrc file. Screenshot of the...
Sorry for the issue spam. Here is the default PS1 that comes with my Ubuntu 20.04: \[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ Pasting this into the website will make it complain about `debian_chroot`
### Feature Description Hello, As I suspect many of us will be using this alongside something like powerline, it would be a great if the site used a NerdFont so...
$PS2
### Feature Description When a prompt overflows a line (from unclosed strings or `\` to deliberately continue a line), bash uses `PS2` as the secondary prompt. I colour this as...