mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-14 00:16:20 +08:00

Cut splits by equals sign and takes the second field. This ignores path contents after a second equals sign. Currently this prevents the installation on NixOS as the nix store path automatically contains a "=". This PR instead selects all but the first field and equals sign, leaving the passed paths as intended.