Skip to content

Commit

Permalink
fix(install): Have fixed a spacing issue in output (starship#4082)
Browse files Browse the repository at this point in the history
fix(install): Have fixed a spacing issue in outpu

Have fixed a minor spacing issue in the help output of the install
script.
  • Loading branch information
andytom authored Jun 18, 2022
1 parent 8eb5983 commit 2ffe173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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\"))()"
Expand Down Expand Up @@ -515,4 +515,3 @@ printf '\n'
info "Please follow the steps for your shell to complete the installation:"

print_install

0 comments on commit 2ffe173

Please sign in to comment.