=?utf-8?q?Ren=C3=A9_J=2EV=2E_Bertin_via_X11-users?= <x11-users@lists.apple.com> writes: > On Thursday June 19 2025 15:29:02 David L Chopp wrote: >> In comparing my laptop, where it works like normal, and my desktop, where it >> doesn’t, I do see one difference. Not sure if it matters. On my laptop, when >> I launch a new xterm, it brings up this message: >> >> The default interactive shell is now zsh. >> To update your account to use zsh, please run `chsh -s /bin/zsh`.
> The simplest explanation for your disappearing xterms would be that the > system where this occurs does not have zsh installed (in the expected > location at least). Just as a side note, if you're uninterested in switching to zsh then you can silence that warning by adding this to your ~/.bash_profile: # Suppress Apple's annoying warning about switching to zsh: export BASH_SILENCE_DEPRECATION_WARNING=1 (No idea whether Apple plans to actually remove bash someday.) On the main point, I believe that zsh and bash consult different startup files, so this might be something about a setting that gets set correctly on one machine and not the other. regards, tom lane _______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list (X11-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com