Skip to content

Commit df30ec6

Browse files
committed
fix(common-utils): Bump version to 1.4.10 and enhance ZSH installation with additional packages
1 parent ff97cc1 commit df30ec6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/common-utils/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "common-utils",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"name": "Common Utilities",
55
"documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/common-utils",
66
"licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",
@@ -71,4 +71,4 @@
7171
"oh my zsh!",
7272
"common utilities"
7373
]
74-
}
74+
}

src/common-utils/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ install_arch_packages() {
102102

103103
# Install zsh (and recommended packages) if needed
104104
if [ "${INSTALL_ZSH}" = "true" ] && ! type zsh >/dev/null 2>&1; then
105-
check_and_install_packages zsh zsh-completions
105+
check_and_install_packages zsh zsh-autocomplete zsh-completions zsh-syntax-highlighting
106106
fi
107107

108108
PACKAGES_ALREADY_INSTALLED="true"

0 commit comments

Comments
 (0)