You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can disable registering the aliases with a `$XONTRIB_TERM_INTEGRATIONS_SKIP_ALIAS = True`
52
+
53
+
(WezTerm) You can disable other features with the following environment variables:
54
+
-`$WEZTERM_SHELL_SKIP_ALL = False` to disable all integrations
55
+
-`$WEZTERM_SHELL_SKIP_SEMANTIC_ZONES = False` to disable zones
56
+
-`$WEZTERM_SHELL_SKIP_CWD = False` to disable OSC 7 cwd setting
57
+
-`$WEZTERM_SHELL_SKIP_USER_VARS = False` to disable user vars that capture information about running programs
42
58
43
59
## Contributing
44
60
@@ -70,3 +86,4 @@ pre-commit install-hooks
70
86
- WezTerm is _not_ recognized in root shells due to [this issue](https://github.com/wez/wezterm/issues/3114)
71
87
72
88
[^1]: Variables associated with a given pane rather than a process. [WezTerm](https://wezfurlong.org/wezterm/shell-integration.html#user-vars), [iTerm2](https://iterm2.com/documentation-escape-codes.html)
89
+
[^2]: Display a cleaner text instead of a URL that can be clicked to resolve to that URL. [WezTerm](https://wezfurlong.org/wezterm/hyperlinks.html#explicit-hyperlinks), [iTerm2](https://iterm2.com/documentation-escape-codes.html)
0 commit comments