I've been using terminator, and recently started using fish. When terminator starts (bash) I can use, for example, node
just fine. If I then start fish I can still run node
just fine.
I set terminator to "Run a custom command instead of my shell", in this case fish
, but then I can no longer just run node
. Terminal says it is not installed. I kinda can see what the problem is... If I run fish
from bash
everything just works... It makes sense, I am guessing...
How can I start fish
automatically but have the bash stuff working already?
(It's clear I'm not sure what I'm talking about and that is perhaps why I could not find a solution via google...)
~/.bashrc
and/or~/.bash_profile
for some node configuration. If I am right, you will need to put such settings in fish configs (I don't know them). – Kalavan May 12 '17 at 14:13