cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.75k stars 176 forks source link

export MCFLY_PROMPT="❯" not working on ZSH Linux (Manjaro) #337

Closed deekshithanand closed 1 year ago

deekshithanand commented 1 year ago

Hi there, I have the following snippet in my .zshrc file

# MCFLY configs
export MCFLY_RESULTS=20
export MCFLY_INTERFACE_VIEW=BOTTOM
export MCFLY_PROMPT="❯"
eval "$(mcfly init zsh)"

I installed it from pacman package manager.

Mcfly version 0.7.1

Suspecting if this feature is not available in the above version, apparently #325 by @vedkothavade was merged just around two days back. If so, can you please update the README accordingly ?

The custom prompt is not showing up, instead the default prompt $ shows up.

Here is a screenshot with other settings being in effect.

mcfly_bug

kothavade commented 1 year ago

A new version has not been tagged with the commit yet, so to use this feature until @cantino releases a new version, use a -git version, or build from source with cargo. And, even once a new version is released, you will need to wait for your distribution to update its package (not sure how Manjaro holding back packages affects this).

cantino commented 1 year ago

Should be released now in v0.8.0.