Skip to content

Commit 996529f

Browse files
committed
fixing readme
1 parent ccaa0fb commit 996529f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ tmux
1818
# Shell
1919

2020
## ZSH (standard with mac)
21+
2122
https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
22-
=======
23+
2324
| OS | PATH |
2425
| :- | :--- |
2526
| Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |
@@ -79,10 +80,13 @@ The installation of these should be covered by the included .tmux.conf
7980
To install plugins, use prefix + I (capital )
8081
https://draculatheme.com/tmux
8182

82-
# Once ZSH is setup, then add this to the bottom of ~/.zshrc to open tmux with new terminals.
83+
# Tmux Default
84+
Once ZSH is setup, then add this to the bottom of ~/.zshrc to open tmux with new terminals.
85+
```bash
8386
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
8487
exec tmux new-session -A -s main
8588
fi
89+
```
8690

8791
# Editor
8892

0 commit comments

Comments
 (0)