From a9d778fa35d12237b1338b2a1d984f031279e612 Mon Sep 17 00:00:00 2001
From: Werner <guilhermeqwerner@gmail.com>
Date: Thu, 1 Dec 2022 17:52:24 -0300
Subject: [PATCH] Update Bootstrap.sh

---
 Bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Bootstrap.sh b/Bootstrap.sh
index e9f778b..13f453d 100644
--- a/Bootstrap.sh
+++ b/Bootstrap.sh
@@ -126,7 +126,7 @@ cp ./Config/starship.toml ~/.config/starship.toml
 git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
 source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
 curl -sS https://starship.rs/install.sh | sh
-sudo chsh -s $(which zsh)
+chsh -s $(which zsh)
 
 # Reboot