File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
7171 " oh my zsh!" ,
7272 " common utilities"
7373 ]
74- }
74+ }
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments