There was an error while loading. Please reload this page.
1 parent 300fa66 commit ff89c92Copy full SHA for ff89c92
README.md
@@ -45,7 +45,9 @@ So you have three ways to use output search:
45
## Usage
46
47
```xsh
48
-tmux new-session xonsh ';' set -g status off # run xonsh in tmux without bottom status bar
+zsh
49
+alias tx="tmux new-session xonsh ';' set -g status off" # add alias to run xonsh in tmux without bottom status bar
50
+tx # run xonsh in tmux
51
xontrib load output_search
52
```
53
0 commit comments