From 62f92fa29fdb425784b50e42e7828ee3b8953b1e Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Tue, 3 May 2022 23:36:32 +0300 Subject: [PATCH] hhh --- users/modules/starship/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/modules/starship/default.nix b/users/modules/starship/default.nix index 994aa82..28dfa2d 100644 --- a/users/modules/starship/default.nix +++ b/users/modules/starship/default.nix @@ -2,7 +2,7 @@ programs.starship = { enable = true; settings = { - format = "$shell$shlvl$nix_shell at $directory> "; + format = "$shell$shlvl$nix_shell@ $directory> "; add_newline = false; character = { success_symbol = "[>](bold green)"; @@ -14,7 +14,7 @@ symbol = "shlvl "; format = "on [$symbol$shlvl]($style) "; }; - nix_shell.format = "via [$name]($style)"; + nix_shell.format = "via [$name]($style) "; directory = { truncation_length = 2; truncate_to_repo = false;