add zsh-autosuggestions

This commit is contained in:
Fred Klassen 2023-02-20 13:36:37 -08:00
commit 67f0c57324
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
3 changed files with 6 additions and 1 deletions

View file

@ -302,7 +302,8 @@ setup_ohmyzsh() {
&& git config oh-my-zsh.branch "$BRANCH" \
&& git remote add origin "$REMOTE" \
&& git fetch --depth=1 origin \
&& git checkout -b "$BRANCH" "origin/$BRANCH" || {
&& git checkout -b "$BRANCH" "origin/$BRANCH" \
&& git submodule update --recursive --init || {
[ ! -d "$ZSH" ] || {
cd -
rm -rf "$ZSH" 2>/dev/null