aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-10 01:10:41 +0300
committerGitHub <noreply@github.com>2022-12-10 01:10:41 +0300
commit7b009e661f13085629b19fc157b577916587f6bc (patch)
tree43e984272da16dfa68f7791c8c5a175b55855c10
parentaae9de7ebc96170ddbaf8996d8ee2289176000aa (diff)
Automated documentation update (#328)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/common-utils/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-utils/README.md b/src/common-utils/README.md
index 06af484..123b7d5 100644
--- a/src/common-utils/README.md
+++ b/src/common-utils/README.md
@@ -16,6 +16,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| installZsh | Install ZSH? | boolean | true |
+| configureZshAsDefaultShell | Change default shell to ZSH? | boolean | false |
| installOhMyZsh | Install Oh My Zsh!? | boolean | true |
| upgradePackages | Upgrade OS packages? | boolean | true |
| username | Enter name of non-root user to configure or none to skip | string | automatic |