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

Previous command status not working #4590

Open
brodyh opened this issue Nov 10, 2022 · 0 comments
Open

Previous command status not working #4590

brodyh opened this issue Nov 10, 2022 · 0 comments
Labels
🐛 bug Something isn't working as expected.

Comments

@brodyh
Copy link

brodyh commented Nov 10, 2022

Current Behavior

The previous command status doesn't turn red as expected when the previous command fails. This is running in a docker container that I've ssh'ed into.

Expected Behavior

The previous command status should turn the character red when the previous command fails.

Additional context/Screenshots

Screenshot 2022-11-10 at 1 47 02 PM

Possible Solution

Environment

  • Starship version: 1.11.0
  • zsh version: zsh 5.4.2 (x86_64-ubuntu-linux-gnu)
  • Operating system: Linux 2A215
  • Terminal emulator: iTerm2 3.4.17
  • Git Commit Hash:
  • Branch/Tag: master
  • Rust Version: rustc 1.64.0 (a55dd71d5 2022-09-19)
  • Rust channel: release
  • Build Time: 2022-10-15 01:47:30 +00:00

Relevant Shell Configuration

# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export TERM="xterm-256color"

# Path to your oh-my-zsh installation.
export ZSH="/home/bhuval/.oh-my-zsh"

source $ZSH/oh-my-zsh.sh

eval $(starship init zsh)

Starship Configuration

# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'

[python]
python_binary = ["python3", "python"]

[hostname]
disabled = true

[git_branch]
disabled = true

[directory]
disabled = true

[git_status]
disabled = true

[username]
disabled = true

[aws]
disabled = true
@brodyh brodyh added the 🐛 bug Something isn't working as expected. label Nov 10, 2022
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