From ed0b83a1184929ec967921d0db6bb0c4e6e9a2c5 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sat, 5 Jun 2021 22:21:39 +0200 Subject: [PATCH] use single quotes for strings containing Unicode escapes, fixes #486 --- .tmux.conf.local | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index b97d67b..057b2b2 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -194,10 +194,10 @@ tmux_conf_theme_left_separator_main="" tmux_conf_theme_left_separator_sub="|" tmux_conf_theme_right_separator_main="" tmux_conf_theme_right_separator_sub="|" -#tmux_conf_theme_left_separator_main="\uE0B0" # /!\ you don't need to install Powerline -#tmux_conf_theme_left_separator_sub="\uE0B1" # you only need fonts patched with -#tmux_conf_theme_right_separator_main="\uE0B2" # Powerline symbols or the standalone -#tmux_conf_theme_right_separator_sub="\uE0B3" # PowerlineSymbols.otf font, see README.md +#tmux_conf_theme_left_separator_main='\uE0B0' # /!\ you don't need to install Powerline +#tmux_conf_theme_left_separator_sub='\uE0B1' # you only need fonts patched with +#tmux_conf_theme_right_separator_main='\uE0B2' # Powerline symbols or the standalone +#tmux_conf_theme_right_separator_sub='\uE0B3' # PowerlineSymbols.otf font, see README.md # status left/right content: # - separate main sections with "|"