Transient #265
Unanswered
niksingh710
asked this question in
Q&A
Transient
#265
Replies: 1 comment 5 replies
-
|
Major culprit seems to be zsh-vi-mode it hijacks many fns for unknown reasons. but # Prompt
# znap eval starship 'starship init zsh --print-full-init'
# znap prompt
eval "$( starship init zsh --print-full-init )" # znap needs fix
if i use eval then cursor works but if i use znap prompt then it fails |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!,
I am using starship and i am trying to implement transient prompt in it.
This seems to work as expected, just one issue I am facing is that the cursor is not visible when the prompt is initialized at first.
After that, the prompt works normally
I was thinking to create a discussion on starship, but the cursor is visible if I use
eval "$( starship init zsh --print-full-init )".By initialized at first I mean the cursor is not visible when the shell is sourced and if I issue a command like clear or something it works fine then.
Beta Was this translation helpful? Give feedback.
All reactions