Skip to content

Commit d167655

Browse files
authored
Use single quotes for TPM example
This was not working on startup with double quotes. Issue and fix originally reported here: #53 (comment)
1 parent a991497 commit d167655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Edit ``$HOME/.tmux.conf`` to display the program's output in *status-left* or
122122
If you installed using tpm, you must specify the full path to the
123123
``tmux-mem-cpu-load`` script, like below::
124124

125-
set -g status-right "#[fg=green]#($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load --colors --powerline-right --interval 2)#[default]"
125+
set -g status-right '#[fg=green]#($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load --colors --powerline-right --interval 2)#[default]'
126126

127127
Note that the *interval* argument to `tmux-mem-cpu-load` should be the same number
128128
of seconds that *status-interval* is set at.

0 commit comments

Comments
 (0)