File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818# Shell
1919
2020## ZSH (standard with mac)
21+
2122https://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
7980To install plugins, use prefix + I (capital )
8081https://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
8386if command -v tmux & > /dev/null && [ -n " $PS1 " ] && [[ ! " $TERM " =~ screen ]] && [[ ! " $TERM " =~ tmux ]] && [ -z " $TMUX " ]; then
8487 exec tmux new-session -A -s main
8588fi
89+ ```
8690
8791# Editor
8892
You can’t perform that action at this time.
0 commit comments