From 955ec6ff7c8fee47866fa7fb23b340ba6172477e Mon Sep 17 00:00:00 2001 From: srdtrk <59252793+srdtrk@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:56:52 +0700 Subject: [PATCH] Fix README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7242985a..9a304c4a 100644 --- a/README.md +++ b/README.md @@ -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`