Update README.md
This commit is contained in:
parent
fd1bbb5614
commit
a0fb08e90a
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -108,6 +108,18 @@ Troubleshooting
|
||||||
one, Powerline symbols will be broken.
|
one, Powerline symbols will be broken.
|
||||||
|
|
||||||
The alternative is to use the [Mintty terminal for WSL][wsltty].
|
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
|
[1681]: https://github.com/Microsoft/BashOnWindows/issues/1681
|
||||||
[wsltty]: https://github.com/mintty/wsltty
|
[wsltty]: https://github.com/mintty/wsltty
|
||||||
|
|
Loading…
Reference in a new issue