Prompts' fish_*.fish
files removed during a full update when swapping prompts
#600
Labels
bug
Something isn't working
Prompts'
fish_*.fish
files (fish_prompt
,fish_right_prompt
,fish_greeting
,fish_title
,fish_mode_prompt
) get removed duringfisher update
if you try to replace the current prompt with another one.Consider this scenario:
Then edit your
$fish_plugins
like so:$EDITOR $fish_plugins
Run
fisher update
.Fisher will install
matgreen/lucid.fish
first, overwritingilancosman/tide
'sfish_*.fish
files, then attempt to removeilancosman/tide
and we'll end up without afish_prompt
, etc.We should be able to fix this by removing first, then installing/updating during a
fisher update
.The text was updated successfully, but these errors were encountered: