diff --git a/install/install.sh b/install/install.sh index 5243290d..b100b9eb 100755 --- a/install/install.sh +++ b/install/install.sh @@ -359,7 +359,7 @@ print_install() { Typically the path is ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix." \ "Invoke-Expression (&starship init powershell)" - printf " %s\n You need to use Clink (v1.2.30+) with Cmd. Add the following to a file %s and place this file in Clink scripts directory:\n\n\t%s\n\n" \ + printf " %s\n You need to use Clink (v1.2.30+) with Cmd. Add the following to a file %s and place this file in Clink scripts directory:\n\n\t%s\n\n" \ "${BOLD}${UNDERLINE}Cmd${NO_COLOR}" \ "${BOLD}starship.lua${NO_COLOR}" \ "load(io.popen('starship init cmd'):read(\"*a\"))()" @@ -515,4 +515,3 @@ printf '\n' info "Please follow the steps for your shell to complete the installation:" print_install -