Skip to content

Commit d8f199b

Browse files
authored
Fix README.md typo (#420)
1 parent f968755 commit d8f199b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Make a copy of the default theme and make your own, say `my-theme`:
151151
```shell
152152
mkdir -p ~/.config/tmux-powerline/themes
153153
cp ~/.config/tmux/plugins/tmux-powerline/themes/default.sh ~/.config/tmux-powerline/themes/my-theme.sh
154-
$EDITOR ~/.config/tmux-powerline/themes/my-theme.sh.default
154+
$EDITOR ~/.config/tmux-powerline/themes/my-theme.sh
155155
```
156156

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

0 commit comments

Comments
 (0)