Open neowulf opened 6 years ago
Love the plugin!
I'm not sure how the plugin should be structured or is the idiomatic way. But, I'm still logging it here to make this conda issue known here as well.
Turns out that fish_right_prompt.fish has helper functions which get lost when using anaconda's conda.fish file.
fish_right_prompt.fish
I hacked it in my prompt by sourcing the sushi/fish_right_prompt.fish before I source conda.fish for the time being.
sushi/fish_right_prompt.fish
conda.fish
conda/conda#7651
Are there any updates on this? I have the same issue, even without conda installed.
yes i have this problem too but i cant even type something on terminal ):
Love the plugin!
I'm not sure how the plugin should be structured or is the idiomatic way. But, I'm still logging it here to make this conda issue known here as well.
Turns out that
fish_right_prompt.fish
has helper functions which get lost when using anaconda's conda.fish file.I hacked it in my prompt by sourcing the
sushi/fish_right_prompt.fish
before I sourceconda.fish
for the time being.conda/conda#7651