netspective-labs / home-polyglot

Chezmoi-based Linux/WSL2 home directory setup for polyglot creator sandboxes
GNU General Public License v3.0
2 stars 3 forks source link

Not as expected, the fish shell #1

Closed Niba-nazar closed 1 year ago

Niba-nazar commented 1 year ago

Hi,

After Polyglot setup in Windows Debian WSL2, the Fish shell prompt does not appear as intended.

image

shah commented 1 year ago

@Niba-nazar this is probably because the default Fish shell version is expected to be 3.6+. The default Fish version for Debian and Ubuntu are older (and insecure) so please upgrade using:

sudo add-apt-repository ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install fish

Or, you can just rebuild your VM using the latest code that I committed.