currently cs updates ~/.bash_profile but not ~/.config/fish/config.fish:
cs setup
Checking if a JVM is installed
Found a JVM installed under /home/scarf/.cache/coursier/arc/https/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%252B8/OpenJDK11U-jdk_x64_linux_hotspot_11.0.24_8.tar.gz/jdk-11.0.24+8.
Should we update ~/.profile, ~/.bash_profile? [Y/n] y
Some shell configuration files were updated. It is recommended to close this terminal once the setup command is done, and open a new one for the changes to be taken into account.
Checking if ~/.local/share/coursier/bin is in PATH
Checking if the standard Scala applications are installed
Installed ammonite
Found cs
Found coursier
Found scala
Found scalac
Found scala-cli
Found sbt
Found sbtn
Found scalafmt
fish shell users manually has to copy following line
currently cs updates
~/.bash_profile
but not~/.config/fish/config.fish
:fish shell users manually has to copy following line
into
in order for
cs setup
to work properly in fish shell.i'm interested in opening a PR, but pointers on where to look would be appreciated.