Doc nocolor, git-prompt
This commit is contained in:
parent
9b6deff64b
commit
fd610b74e7
10
README.org
10
README.org
@ -35,10 +35,12 @@ Have your cake and eat it too!
|
||||
|
||||
** Prompts
|
||||
|
||||
| Name | Example |
|
||||
|------------+-------------------|
|
||||
| [[prompts/q.org][q]] | ~qbit@litr[0]:~$~ |
|
||||
| [[prompts/og-openbsd.org][og-openbsd]] | ~$~ |
|
||||
| Name | Example | Extensions used |
|
||||
|------------+--------------------------------+-----------------|
|
||||
| [[prompts/q.org][q]] | ~qbit@litr[0]:~$~ | git-prompt |
|
||||
| [[prompts/plain.org][plain]] | ~ litr:~/src/ohmyksh/prompts$~ | - |
|
||||
| [[prompts/og-openbsd.org][og-openbsd]] | ~$~ | - |
|
||||
| [[prompts/9.org][9]] | ~%~ | - |
|
||||
|
||||
** Example usage
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
* git-prompt extension
|
||||
* git-prompt
|
||||
|
||||
This extension is a port of the [[https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh][packaged git-prompt]] script to OpenBSD's ksh.
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
* nocolor
|
||||
|
||||
This extension attempts to disable terminal color for known programs /
|
||||
libraries. [[https://no-color.org/][no-color]] was used as a guide!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user