Skip to content

Commit 8a7d942

Browse files
committed
docs: use a visable arraw character for web page
1 parent 13a7abd commit 8a7d942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ set -g @tmux_power_user_icon 'U'
7171
set -g @tmux_power_session_icon 'S'
7272
set -g @tmux_power_upload_speed_icon ''
7373
set -g @tmux_power_download_speed_icon ''
74-
set -g @tmux_power_left_arrow_icon ''
75-
set -g @tmux_power_right_arrow_icon ''
74+
set -g @tmux_power_left_arrow_icon '<'
75+
set -g @tmux_power_right_arrow_icon '>'
7676
```
7777
*The default icons use glyphs from [nerd-fonts](https://github.com/ryanoasis/nerd-fonts).*
7878

0 commit comments

Comments
 (0)