Open
Description
Hello @jorgebucaran,
long time no see!
I'm working to add k8s support in Fish, when I try to install pure from my local directory, I'm met with a bunch of warning:
❯ fisher install ./
fisher install version 4.4.3
fisher: Cannot install "/home/edouard/projects/contributions/pure": please remove or move conflicting files first:
/home/edouard/.config/fish/functions/_pure_check_for_new_release.fish
/home/edouard/.config/fish/functions/_pure_detect_container_by_cgroup_method.fish
/home/edouard/.config/fish/functions/_pure_detect_container_by_pid_method.fish
/home/edouard/.config/fish/functions/_pure_format_time.fish
/home/edouard/.config/fish/functions/_pure_get_prompt_symbol.fish
and
❯ fisher install ./
fisher install version 4.4.3
fisher: Cannot install "/home/edouard/projects/contributions/pure": please remove or move conflicting files first:
/home/edouard/.config/fish/functions/fish_greeting.fish
/home/edouard/.config/fish/functions/fish_mode_prompt.fish
/home/edouard/.config/fish/functions/fish_prompt.fish
/home/edouard/.config/fish/functions/fish_title.fish
Actual
The current solution is to run:
- my uninstall script
_pure_uninstall
- then remove
rm $__fish_config_dir/functions/fish_*.fish
- finally install with
fisher install ./
Expected
fisher install --force ./
Metadata
Assignees
Labels
No labels
Activity