From a0fb08e90a7f9528c5ab841cb75e074cdf10f821 Mon Sep 17 00:00:00 2001
From: naturedamends <120284608+naturedamends@users.noreply.github.com>
Date: Mon, 8 May 2023 18:16:30 +0100
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 92f5e4c..1e57416 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,18 @@ Troubleshooting
    one, Powerline symbols will be broken.
 
    The alternative is to use the [Mintty terminal for WSL][wsltty].
+ 
+ - **I am using oh-my-zshs [tmux plugin](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/tmux/README.md), default tmux command dosn't load oh-my-tmux**
+   
+   In your `~/.zshrc` file, before the statement `source "$ZSH/oh-my-zsh.sh`. You must tell the plugin the default location.
+   
+   ```zsh
+   ZSH_TMUX_CONFIG="$HOME/.config/tmux/tmux.conf"
+   ZSH_THEME="fino-time"
+   export ZSH="$HOME/.oh-my-zsh"
+   plugins=(tmux)
+   source "$ZSH/oh-my-zsh.sh"
+   ```
 
 [1681]: https://github.com/Microsoft/BashOnWindows/issues/1681
 [wsltty]: https://github.com/mintty/wsltty