You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On startup: (eval):1: command not found: “source thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 32)', library/std/src/io/stdio.rs:1015:9 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Expected Behavior
starship prompt is run
Possible Solution
I was able to run the prompt manually by executing: source <(/usr/local/bin/starship init zsh --print-full-init)%
but the shell itself is unable to run it with the
eval "$(starship init zsh)"
Environment
Starship version: 1.10.3
Shell version: zsh
Operating system: Arch Linux
Terminal emulator: Alacritty
Branch/Tag: master
Rust Version: rustc 1.63.0 (4b91a6ea7 2022-08-08)
Rust channel: release
Build Time: 2022-09-08 17:08:03 +00:00
The text was updated successfully, but these errors were encountered:
Current Behavior
On startup:
(eval):1: command not found: “source thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 32)', library/std/src/io/stdio.rs:1015:9 note: run with
RUST_BACKTRACE=1environment variable to display a backtrace
Expected Behavior
starship prompt is run
Possible Solution
I was able to run the prompt manually by executing:
source <(/usr/local/bin/starship init zsh --print-full-init)%
but the shell itself is unable to run it with the
eval "$(starship init zsh)"
Environment
The text was updated successfully, but these errors were encountered: