From efc978f6f821291f4ccb634f9b79d47147b74450 Mon Sep 17 00:00:00 2001 From: Wayne Arthurton Date: Thu, 16 May 2019 15:13:07 -0400 Subject: [PATCH] Update README.md Added /t switch for timed init mode. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d624972..c2f97a2 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ You may find some Monokai color schemes for mintty to match Cmder [here](https:/ | `/c [user cmder root]` | Enables user bin and config folders for 'Cmder as admin' sessions due to non-shared environment. | not set | | `/d` | Enables debug output. | not set | | `/f` | Enables Cmder Fast Init Mode. This disables some features, see pull request [#1492](https://github.com/cmderdev/cmder/pull/1942) for more details. | not set | +| `/t` | Enables Cmder Timed Init Mode. This displays the time taken run init scripts | not set | | `/git_install_root [file path]` | User specified Git installation root path. | `%CMDER_ROOT%\vendor\Git-for-Windows` | | `/home [home folder]` | User specified folder path to set `%HOME%` environment variable. | `%userprofile%` | | `/max_depth [1-5]` | Define max recurse depth when adding to the path for `%cmder_root%\bin` and `%cmder_user_bin%` | 1 |