I used to have a folder ~/bin with soft links to my local applications.
After the last installation, fish shell is no more adding this folder to the PATH.
Any explanation about why this stopped to work or why was it working before?
> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
> fish -version
fish, version 3.0.2
UPDATE: I supposed that fish was using the bash config as well, but I was completely wrong and it makes sense. Two different shells, two different config files. In fact, bash scripts are not compatible with fish.
0 Answers