Replies: 1 comment
-
|
why does your bashrc contain your fish config???? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When logging in from a greetd greeter bashrc is read and fish shell config is loaded properly with starship prompt and all configurations. To catch some log for crashes I'm now starting mango from tty and the behavior is very different: "env" and echo $0 show fish running in a foot terminal but fish config isn't loaded at all. There's not color theming and starship prompt is not used. Alias functions are not applied form fish/functions, only the bash alias from bashrc are shown. I'm using a condition at the end of ~/.bashrc recommended by upstream fish to load fish after bash:
I have to run "fish" once more in foot to properly load all fish config. Any idea why this is happening and how to avoid it?
Beta Was this translation helpful? Give feedback.
All reactions