An open API service indexing awesome lists of open source software.

https://github.com/azkarmoulana/git-prompt-theme

:zap: git bash theme :star: :yum:
https://github.com/azkarmoulana/git-prompt-theme

customization git modern terminal theme

Last synced: about 2 months ago
JSON representation

:zap: git bash theme :star: :yum:

Awesome Lists containing this project

README

          

# git-prompt-theme
***
![image](https://github.com/azkarmoulana/git-prompt-theme/blob/master/git.PNG)

```PS1='\[\033]0;Git-bash: $PWD\007\]' # set window title
PS1="$PS1"'\n' # new line
# PS1="$PS1"'\[\033[32m\]' # change to green
# PS1="$PS1"'\u@\h ' # user@host
# PS1="$PS1"'\[\033[35m\]' # change to purple
# PS1="$PS1"'$MSYSTEM ' # show MSYSTEM
PS1="$PS1"'\[\033[33m\]' # change to brownish yellow
PS1="$PS1"'\W' # current working directory```

Customize the shell commands