Post #1317546
2026-04-05 15:56 UTC
@bryanredeagle Sadly the default ~/.bashrc (at least on Debian) exits immediately if the shell is non-interactive, so that doesn't help much and of course it isn't global. Thanks though 🙂
Replies (1)
-
@bryanredeagle@beige.party 2026-04-05 16:02
@kevin Then Debian is probably doing something before it gets to your `.bashrc`.I think maybe in `/etc/bash.bashrc` (but that might just be Ubuntu...). If you're willing to switch to Zsh, they have the `.zshenv` file. It is always ran in every shell, and is ran first.