Open Namorzyny opened 2 years ago
The character module always shows success_symbol after first 2 commands in PowerShell. But in cmd.exe, with the same starship configuration file, it works well.
character
success_symbol
cmd.exe
Show a correct symbol for the last command.
starship 1.10.2 branch:master commit_hash: build_time:2022-08-19 02:54:39 +00:00 build_env:rustc 1.63.0 (4b91a6ea7 2022-08-08),stable-x86_64-pc-windows-msvc
Name Value ---- ----- PSVersion 5.1.22621.436 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.22621.436 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
[character] success_symbol = "[->](bold green)" error_symbol = "[->](bold red)"
Seems this issue is caused by a module PoshColor, but it works well with starship before. any solutions?
PoshColor
Also seeing this behavior for Powershell. The status module is affected in the same way.
status
Bug Report
Current Behavior
The
character
module always showssuccess_symbol
after first 2 commands in PowerShell. But incmd.exe
, with the same starship configuration file, it works well.Expected Behavior
Show a correct symbol for the last command.
Additional context/Screenshots
Environment
Starship Configuration