From 9bb4e63b7706199eee3f1676cc1827528ca1fa11 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 11 Feb 2024 07:26:10 +0000 Subject: [PATCH] Starship: back to default bash/zsh/unknown shell indicators --- home/starship/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/starship/default.nix b/home/starship/default.nix index 454bad60..c210ba7b 100644 --- a/home/starship/default.nix +++ b/home/starship/default.nix @@ -100,11 +100,8 @@ shell = { disabled = false; format = "using [$indicator ]($style)"; - bash_indicator = "#"; fish_indicator = "󰈺 "; nu_indicator = "ν"; - zsh_indicator = "z"; - unknown_indicator = "?"; }; sudo = { disabled = false;