dd per shell git opt out

This commit is contained in:
Dax T. Games
2019-11-23 11:54:53 -05:00
parent 3eb82d4095
commit 2428e8529f
4 changed files with 16 additions and 10 deletions

View File

@ -184,7 +184,10 @@ You can write `*.cmd|*.bat`, `*.ps1`, and `*.sh` scripts and just drop them in t
```
[cmder]
status = false
status = false # Opt out of Git status for 'ALL' Cmder supported shells.
cmdstatus = false # Opt out of Git status for 'Cmd.exe' shells.
psstatus = false # Opt out of Git status for 'Powershell.exe and 'Pwsh.exe' shells.
shstatus = false # Opt out of Git status for 'bash.exe' shells.
```
### Aliases