mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 11:16:43 +00:00
Update README
Trying to follow the instructions on Ubuntu 16.04 gave me a `no such file or directory` error. It can be solved by removing the quotation marks from the argument in the `source-file` command.
This commit is contained in:
@@ -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 avooid 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user