mirror of
1
0
Fork 0
This commit is contained in:
naturedamends 2023-05-08 18:17:41 +01:00 committed by GitHub
commit ce95f991e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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