From dcc3e36db246fed7d26ab0c072070fe2be6afc97 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 28 Sep 2021 10:20:57 +0200 Subject: commandline: properly set starship character symbol --- common/commandline.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/commandline.nix b/common/commandline.nix index 4c7c128..502c739 100644 --- a/common/commandline.nix +++ b/common/commandline.nix @@ -93,7 +93,10 @@ in enableZshIntegration = false; settings = { - character.symbol = ">"; + character = { + success_symbol = "[>](bold green)"; + error_symbol = "[>](bold red)"; + }; directory = { fish_style_pwd_dir_length = 2; style = "bold blue"; -- cgit v1.2.3