diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-12-10 01:10:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 01:10:41 +0300 |
commit | 7b009e661f13085629b19fc157b577916587f6bc (patch) | |
tree | 43e984272da16dfa68f7791c8c5a175b55855c10 | |
parent | aae9de7ebc96170ddbaf8996d8ee2289176000aa (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.md | 1 |
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 | |