Skip to content

Commit

Permalink
use single quotes for strings containing Unicode escapes, fixes #486
Browse files Browse the repository at this point in the history
  • Loading branch information
gpakosz committed Jun 5, 2021
1 parent 1f91646 commit ed0b83a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -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 "|"
Expand Down

0 comments on commit ed0b83a

Please sign in to comment.