Move the binary in the build directory of the fish repository into the ~/.local/bin directory and add the following to the end of the ~/.bashrc file
if [ -x "$HOME/.local/bin/fish" ]; then
exec "$HOME/.local/bin/fish"
fi
Move the binary in the build directory of the fish repository into the ~/.local/bin directory and add the following to the end of the ~/.bashrc file
if [ -x "$HOME/.local/bin/fish" ]; then
exec "$HOME/.local/bin/fish"
fi