From 26c3123817b70d702db4230ed6cfd4e877988847 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 10 Oct 2021 02:27:26 +0100 Subject: [PATCH] Add missing git feature to INSTALL.md plugin list --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 3ef4021..f6e915e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -48,7 +48,7 @@ To enable plugins set up the `@dracula-plugins` option in you `.tmux.conf` file, The order that you define the plugins will be the order on the status bar left to right. ```bash -# available plugins: battery, cpu-usage, gpu-usage, ram-usage, network, network-bandwidth, weather, time +# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, network, network-bandwidth, weather, time set -g @dracula-plugins "cpu-usage gpu-usage ram-usage" ```