Skip to content

Commit

Permalink
Merge pull request #12 from jlopezpena/patch-1
Browse files Browse the repository at this point in the history
Update instructions in README.md
  • Loading branch information
jimeh committed Sep 10, 2018
2 parents 748ab16 + d52e4d7 commit 126150d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 126150d

Please sign in to comment.