Skip to content

Commit

Permalink
Fix README.md typo (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Apr 14, 2024
1 parent f968755 commit d8f199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Make a copy of the default theme and make your own, say `my-theme`:
```shell
mkdir -p ~/.config/tmux-powerline/themes
cp ~/.config/tmux/plugins/tmux-powerline/themes/default.sh ~/.config/tmux-powerline/themes/my-theme.sh
$EDITOR ~/.config/tmux-powerline/themes/my-theme.sh.default
$EDITOR ~/.config/tmux-powerline/themes/my-theme.sh
```

Remember to update the configuration file to use the new theme by setting `TMUX_POWERLINE_THEME=my-theme`
Expand Down

0 comments on commit d8f199b

Please sign in to comment.