Merge pull request #12 from jlopezpena/patch-1

Update instructions in README.md
This commit is contained in:
2018-09-10 12:10:44 +01:00
committed by GitHub

View File

@@ -14,6 +14,11 @@ A pack of various themes for Tmux.
2. Source desired theme in your `~/.tmux.conf`:
source-file "${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme"
In some linux distributions you might have to remove the quotation marks from the
`source-file` command to avoid a `no such file or directory` error:
source-file ${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme
### Install using [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm)