Broke something
Okay, so I was trying to set fish as the default shell instead of bash. Did some research and found one way was to execute the fish command in .bashrc
# other configs
exec fish
This worked beautifully, every time I opened up the terminal, fish launc...
musaubrian.hashnode.dev1 min read