From 75af085f4e95e558fdd0e3d12aacce5b101c333d Mon Sep 17 00:00:00 2001 From: janabhumi Date: Fri, 14 Oct 2022 14:43:59 +0300 Subject: [PATCH] users/jan: remove variant character --- users/modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/shell.nix b/users/modules/shell.nix index bc0a286..95c1dc7 100644 --- a/users/modules/shell.nix +++ b/users/modules/shell.nix @@ -58,7 +58,7 @@ shlvl = { disabled = false; format = "[$symbol$shlvl]($style) "; - symbol = "↕️ "; + symbol = "↕ "; threshold = 3; }; };