From 60656cf6a516ceac5a9460c6c61f71ec209dbea1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 13:11:12 -0500 Subject: [PATCH] fix(shell): remove vimcmd mode symbol --- home/modules/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 6adf4f7..e3e936b 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -225,7 +225,6 @@ in character = { success_symbol = "[>](bold purple)"; error_symbol = "[>](bold red)"; - vimcmd_symbol = "[<](bold purple)"; }; directory = { style = "bold blue";