Replies: 2 comments 4 replies
-
|
The reason is consistency of behavior between the mux server (which can be run independent from a separate login session) and the gui wezterm. Regarding other terminal emulators: note that iterm and the macos terminal spawn login shells by default as well. If you don't like it, you can set your default prog as you've shown above. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry to ask beginner's question(s): I run wezterm with config.default_prog = { '/usr/bin/zsh'} Won't some scripts with shell-specific parts fail on that ? A peculiar observation: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using zs, and use my zprofile te set some variables and execute some time consuming commands on every login. Wezterm always loads the .zprofile file which IMHO is not currect, no other terminal emulator (konsole, kitty, xterm, alacritty) does this.
Is there a reason for this or should I just do
config.default_prog = { '/usr/bin/zsh'}in my configBeta Was this translation helpful? Give feedback.
All reactions