This commit is contained in:
BlackNet Dev
2022-12-24 16:34:10 +01:00
parent 33c9b4d511
commit 399c357c08
+1 -1
View File
@@ -4,7 +4,7 @@ cp ~/.zshrc ~/.zshrc.bak
if [[ ! -f $(which starship 2>/dev/null) ]]; then if [[ ! -f $(which starship 2>/dev/null) ]]; then
echo "Installing starship..." echo "Installing starship..."
sh -c "$(curl -fsSL https://starship.rs/install.sh)" "" --unattended sh -c "$(curl -fsSL https://starship.rs/install.sh)" ""
fi fi
# check if oh my zsh installed # check if oh my zsh installed