Skip to content

Commit ff89c92

Browse files
authored
Update README.md
1 parent 300fa66 commit ff89c92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ So you have three ways to use output search:
4545
## Usage
4646

4747
```xsh
48-
tmux new-session xonsh ';' set -g status off # run xonsh in tmux without bottom status bar
48+
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
4951
xontrib load output_search
5052
```
5153

0 commit comments

Comments
 (0)