zsh plugin fix

This commit is contained in:
2025-08-20 17:04:24 +02:00
parent dced9bf363
commit 255381edff
2 changed files with 2 additions and 0 deletions

View File

@@ -57,4 +57,5 @@ cp "$START_DIR"/waybar/* $HOME/.config/waybar -r
echo "Installing Oh my zsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cp "$START_DIR"/zsh/.zshcr $HOME/.zshrc
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
chsh -s $(which zsh)