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:
- Host: GitHub
- URL: https://github.com/azkarmoulana/git-prompt-theme
- Owner: azkarmoulana
- Created: 2018-08-02T10:38:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T04:50:42.000Z (almost 8 years ago)
- Last Synced: 2025-05-17T21:35:15.111Z (about 1 year ago)
- Topics: customization, git, modern, terminal, theme
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-prompt-theme
***

```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