Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always showing error_symbol regardless of exit status of last operation #5934

Open
Bluesboy opened this issue Apr 18, 2024 · 0 comments
Open
Labels
🐛 bug Something isn't working as expected.

Comments

@Bluesboy
Copy link

Current Behavior

Always showing error_symbol in the prompt on all tty instances even if it was just created.

Expected Behavior

Indicate if exit status of last command is successful or not by showing success_symbol or error_symbol

Additional context/Screenshots

image

Environment

  • Starship version: 1.18.2
  • fish version: fish, version 3.7.1
  • Operating system: Arch Linux Unknown
  • Terminal emulator: tmux 3.4
  • Git Commit Hash:
  • Branch/Tag: v1.18.2
  • Rust Version: rustc 1.77.1 (7cf61ebde 2024-03-27) (Arch Linux rust 1:1.77.1-1)
  • Rust channel: release
  • Build Time: 2024-04-01 19:57:30 +00:00

Starship Configuration

#Do not add new line

add_newline = false
scan_timeout = 30

[directory]
fish_style_pwd_dir_length = 3

[line_break]
disabled = false

[character]
error_symbol = "[✖](bold red)"

[time]
disabled = true

[gcloud]
format = ' [$symbol$active]($style) '

[kubernetes]
disabled = false
@Bluesboy Bluesboy added the 🐛 bug Something isn't working as expected. label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

1 participant