Skip to content

Commit

Permalink
Update zsh-autosuggestions
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Mar 18, 2024
1 parent 1bb6d96 commit ea80534
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function install_zsh_rc() {
"$APP_PATH/zsh/oh-my-zsh"

# add zsh plugin zsh-autosuggestions support
sync_repo "https://github.com/tarruda/zsh-autosuggestions.git" \
sync_repo "https://github.com/zsh-users/zsh-autosuggestions" \
"$APP_PATH/zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions"

# add powerline10k theme
Expand All @@ -372,8 +372,6 @@ function install_zsh_rc() {
"$HOME/.zshenv"
lnif "$APP_PATH/zsh/zshrc" \
"$HOME/.zshrc"
lnif "$APP_PATH/zsh/zshrc.local" \
"$HOME/.zshrc.local"
lnif "$APP_PATH/zsh/p10k.zsh" \
"$HOME/.p10k.zsh"

Expand Down

0 comments on commit ea80534

Please sign in to comment.