diff options
author | Minijackson <minijackson@riseup.net> | 2021-09-28 10:20:57 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-09-28 10:20:57 +0200 |
commit | dcc3e36db246fed7d26ab0c072070fe2be6afc97 (patch) | |
tree | be6dd9880b011e01c67bf32fc19afcf8231bb6ca /common/commandline.nix | |
parent | 04125b78af4b77b9300834c33fc58155f32f3fad (diff) | |
download | nixos-config-reborn-dcc3e36db246fed7d26ab0c072070fe2be6afc97.tar.gz nixos-config-reborn-dcc3e36db246fed7d26ab0c072070fe2be6afc97.zip |
commandline: properly set starship character symbol
Diffstat (limited to 'common/commandline.nix')
-rw-r--r-- | common/commandline.nix | 5 |
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"; |