summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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";