mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
fix(install): Have fixed a spacing issue in output (#4082)
fix(install): Have fixed a spacing issue in outpu Have fixed a minor spacing issue in the help output of the install script.
This commit is contained in:
parent
8eb5983363
commit
2ffe1737f0
@ -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." \
|
Typically the path is ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix." \
|
||||||
"Invoke-Expression (&starship init powershell)"
|
"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}${UNDERLINE}Cmd${NO_COLOR}" \
|
||||||
"${BOLD}starship.lua${NO_COLOR}" \
|
"${BOLD}starship.lua${NO_COLOR}" \
|
||||||
"load(io.popen('starship init cmd'):read(\"*a\"))()"
|
"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:"
|
info "Please follow the steps for your shell to complete the installation:"
|
||||||
|
|
||||||
print_install
|
print_install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user