Last active
December 23, 2023 17:06
-
-
Save ifundeasy/71822316305b74380d2ee7ef6005b42c to your computer and use it in GitHub Desktop.
Bash PS1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ " | |
| export PS1='\[\e[0;38;5;215m\]\t \[\e[0m\]\u\[\e[0;38;5;246m\]@\[\e[0;38;5;38m\]\h\[\e[0;38;5;246m\]:\[\e[0;38;5;133m\]\W \[\e[0;38;5;42m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | sed "s/$/ /" | colrm 1 2)\[\e[0m\]$\[\e[0m\] ' | |
| export PS1='\[\e[0;35;215m\]\t \[\e[36m\]\W \[\e[0;35;42m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | sed "s/$/ /" | colrm 1 2)\[\e[0m\]$\[\e[0m\] ' | |
| export CLICOLOR=1 | |
| export LSCOLORS=ExFxBxDxCxegedabagacad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment