danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

Installing in a docker #49

Open edouard-lopez opened 5 years ago

edouard-lopez commented 5 years ago

I'm trying to automate the installation of fundle and pure theme in a container but my prompt isn't activated.

The base Docker image I use is ohmyfish/fish and the command executed are:

curl -sfL https://git.io/fundle-install | fish
fundle plugin rafaelrinaldi/pure
fundle install
fish_prompt

At the end of that script my prompt is the same as at the beginning. I was hoping it would load pure theme.