fish issues

Add environment variable in fish

Inside ~/.config/fish/config.fish add the following:

set -gx <ENV_VAR_NAME> <VALUE>

 

Add to PATH in fish

Run the command:

fish_add_path -p <PATH>

Check the path: