From 996529fbd6ef5f0ce32720a814089b8f020526db Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 18 Dec 2023 22:21:54 +0000 Subject: [PATCH] fixing readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a6efd80..3451001a 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ tmux # Shell ## ZSH (standard with mac) + https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH -======= + | OS | PATH | | :- | :--- | | Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` | @@ -79,10 +80,13 @@ The installation of these should be covered by the included .tmux.conf To install plugins, use prefix + I (capital ) https://draculatheme.com/tmux -# Once ZSH is setup, then add this to the bottom of ~/.zshrc to open tmux with new terminals. +# Tmux Default +Once ZSH is setup, then add this to the bottom of ~/.zshrc to open tmux with new terminals. +```bash if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then exec tmux new-session -A -s main fi +``` # Editor