diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-01 16:36:30 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-01 16:36:30 -0600 |
commit | 363fd2740a13be8aa17d457c52698789c6a03b79 (patch) | |
tree | e42ce4d84b6692d12593b40592edf1df7a553e46 /themes/default.sh | |
parent | a75ee65fe7993327d3c22265bfe3a207f83bb623 (diff) |
Changing the separators
Diffstat (limited to 'themes/default.sh')
-rw-r--r-- | themes/default.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default.sh b/themes/default.sh index 073f067..3d3b2aa 100644 --- a/themes/default.sh +++ b/themes/default.sh @@ -1,8 +1,8 @@ if patched_font_in_use; then - TMUX_POWERLINE_SEPARATOR_LEFT_BOLD="" - TMUX_POWERLINE_SEPARATOR_LEFT_THIN="" - TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD="" - TMUX_POWERLINE_SEPARATOR_RIGHT_THIN="" + TMUX_POWERLINE_SEPARATOR_LEFT_BOLD="" + TMUX_POWERLINE_SEPARATOR_LEFT_THIN="" + TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD="" + TMUX_POWERLINE_SEPARATOR_RIGHT_THIN="" else TMUX_POWERLINE_SEPARATOR_LEFT_BOLD="◀" TMUX_POWERLINE_SEPARATOR_LEFT_THIN="❮" |