From 5788d5eb56ca95539e6322b6351b46525e35d4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20S=C3=A1?= Date: Thu, 2 Feb 2023 16:33:09 +0100 Subject: [PATCH] tmux: add option for git remotes in dracula MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the PR [1] was merged, let's push the option and remove the unnecessary comment. [1]: https://github.com/dracula/tmux/pull/174#event-8409825811 Signed-off-by: Nuno Sá --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 554c4de..8a39400 100644 --- a/tmux.conf +++ b/tmux.conf @@ -96,9 +96,8 @@ set -g @dracula-military-time true set -g @dracula-git-show-current-symbol ✓ set -g @dracula-weather-colors "green dark_gray" set -g @dracula-git-colors "dark_gray cyan" -# depends on a custom change done on the theme. PR was already open but waiting for -# some review set -g @dracula-git-no-untracked-files true +set -g @dracula-git-show-remote-status true # r for reloading config file bind r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded."