-
-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
I get a completely blank screen in my terminal
Menu only shows up after I hit CTRL+C
Happens in Archlinux with nvm, tried various combinations of bash, fish, ghostty, konsole and the linux console
Did find a workaround:
# start a bash session with clear environment
env -i bash
# in the new bash, add the current nodejs version to path
export PATH=~/.nvm/versions/node/v22.16.0/bin:$PATH
npx ccstatusline
# after setup, go back to our regular session
exitReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels