Wez Furlong
35e3e30d7a
docs: add_wsl_distributions_to_launch_menu was removed
...
Update WSL related info to reflect its removal and note about
how to achieve the same effect as turning it off.
refs: #2750
2022-11-17 06:29:41 -07:00
Wez Furlong
ecd7bc9842
docs: update for latest release
2022-09-03 20:54:27 -07:00
Wez Furlong
ad9490ee8f
posix: prefer to resolve shell via the password database
...
I've had a couple of people report issues like
https://github.com/wez/wezterm/issues/2378 recently, and we can avoid
this class of problem by unsetting SHELL at proces startup, so that's
what we do.
2022-08-31 20:40:06 -07:00
Wez Furlong
e0ea0f46a8
docs: apply stylua formatting
...
refs: https://github.com/wez/wezterm/pull/2273
refs: https://github.com/wez/wezterm/issues/2253
2022-07-19 07:54:31 -07:00
Davide Mancusi
053c798bc1
docs: remove mention of SpawnTab in launch.md
...
SpawnTab does not accept a SpawnCommand as an argument.
2022-03-09 05:56:15 -08:00
Wez Furlong
7eec41c284
Add ShowLauncherArgs key assignment
...
refs: https://github.com/wez/wezterm/issues/1485
2022-01-17 08:16:18 -07:00
Wez Furlong
fbcea3a2f4
docs: update for 20210502-154244-3f7122cb
2021-05-02 16:13:32 -07:00
Wez Furlong
bc0766396d
use -$SHELL
rather than $SHELL -l
to trigger a login shell
...
Since the original code was written, Rust grew and stabilized
an interface for specifying argv0 for the child process, so
we can remove the fragile `-l` argument passing.
refs: https://github.com/wez/wezterm/issues/753
2021-05-01 07:31:35 -07:00
Daniel Lemm
5805928081
docs: fix typo
2021-03-20 09:27:21 -07:00
Wez Furlong
9a610358d1
docs: upgrade to mdbook 0.4, enable link checking
...
Standardize on `thing.md` rather than `thing.markdown` to make it
easier to cross link.
2021-01-30 14:14:29 -08:00