Fix quotes in powerline.conf

Fixes #901
This commit is contained in:
ZyX 2014-06-28 17:36:05 +04:00
parent 828c953f84
commit 070bfab3e3
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ set -g status-left '#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour
# Simplify tmux version checking by using multiple config files. Source these
# config files based on the version in which tmux features were added and/or
# deprecated. By splitting these configuration options into separate files,
run-shell "eval $POWERLINE_CONFIG_COMMAND tmux source"
run-shell 'eval $POWERLINE_CONFIG_COMMAND tmux source'
# vim: ft=tmux