Skip to content

azkarmoulana/git-prompt-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-prompt-theme


image

	PS1="$PS1"'\n'                   # new line
	# PS1="$PS1"'\[\033[32m\]'       # change to green
	# PS1="$PS1"'\u@\h '             # user@host<space>
	# 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

Releases

No releases published

Packages

No packages published

Languages