summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-09-28 10:20:57 +0200
committerMinijackson <minijackson@riseup.net>2021-09-28 10:20:57 +0200
commitdcc3e36db246fed7d26ab0c072070fe2be6afc97 (patch)
treebe6dd9880b011e01c67bf32fc19afcf8231bb6ca
parent04125b78af4b77b9300834c33fc58155f32f3fad (diff)
downloadnixos-config-reborn-dcc3e36db246fed7d26ab0c072070fe2be6afc97.tar.gz
nixos-config-reborn-dcc3e36db246fed7d26ab0c072070fe2be6afc97.zip
commandline: properly set starship character symbol
-rw-r--r--common/commandline.nix5
1 files changed, 4 insertions, 1 deletions
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
93 enableZshIntegration = false; 93 enableZshIntegration = false;
94 94
95 settings = { 95 settings = {
96 character.symbol = ">"; 96 character = {
97 success_symbol = "[>](bold green)";
98 error_symbol = "[>](bold red)";
99 };
97 directory = { 100 directory = {
98 fish_style_pwd_dir_length = 2; 101 fish_style_pwd_dir_length = 2;
99 style = "bold blue"; 102 style = "bold blue";