From ddc0ad9045b99d69fe43d9415ce04c64da1afa57 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 22:50:15 +0530 Subject: [PATCH] fix formatting x4 --- scripts/pratham-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index f904b93..bd7b7f8 100755 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -209,5 +209,5 @@ fi echo -e "\n\nThe setup appears to have completed (as far as I can tell). Please scroll up and verify yourself too!" echo -e "Below are a few items I can not script myself:\n" -echo -e "\n=> please run the \`:PlugInstall\` command in nvim (aliased to vim now)" -echo -e "=> please uncomment the line in \`~/.config/alacritty/alacritty.yml\` that says $(tput bold)- ~/.config/alacritty/load_linux.yml$(tput sgr0)" +echo "=> please run the \`:PlugInstall\` command in nvim (aliased to vim now)" +echo "=> please uncomment the line in \`~/.config/alacritty/alacritty.yml\` that says $(tput bold)- ~/.config/alacritty/load_linux.yml$(tput sgr0)"