Update install.sh
A very minor correction in `zsh` plugins
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ fi
|
|||||||
|
|
||||||
# Install Zsh plugins
|
# Install Zsh plugins
|
||||||
[[ "${plugins[*]} " =~ "zsh-autosuggestions " ]] || git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
[[ "${plugins[*]} " =~ "zsh-autosuggestions " ]] || git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||||
[[ "${plugins[*]} " =~ "zsh-syntax-highlighting" ]] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
[[ "${plugins[*]} " =~ "zsh-syntax-highlighting " ]] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||||
|
|
||||||
# Make Backup
|
# Make Backup
|
||||||
echo "Backing up the current configs. All the backeup files will be available at ~/.cozy.bak"
|
echo "Backing up the current configs. All the backeup files will be available at ~/.cozy.bak"
|
||||||
|
|||||||
Reference in New Issue
Block a user