Skip to content

Commit 8f7027f

Browse files
authored
Merge pull request #96 from milesfrain/patch-1
Use single quotes for TPM example
2 parents b06c049 + d167655 commit 8f7027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
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)