From 4ed3482e5dd3ccd391fed2a30311322016033a66 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 29 Jun 2025 15:28:03 +0300 Subject: [PATCH] starship was actually cool ,etl's troubleshoot it --- modules/common/shell.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/common/shell.nix b/modules/common/shell.nix index 4b4f091..a81a96e 100644 --- a/modules/common/shell.nix +++ b/modules/common/shell.nix @@ -13,21 +13,21 @@ ''; }; programs.fish.enable = true; - #programs.starship = { - # enable = true; - # settings = { - # add_newline = true; - # command_timeout = 1300; - # scan_timeout = 50; - # format = '' - # $all$nix_shell$nodejs$lua$golang$rust$php$git_branch$git_commit$git_state$git_status - # $username$hostname$directory''; - # character = { - # success_symbol = "[](bold green) "; - # error_symbol = "[✗](bold red) "; - # }; - # }; - #}; + programs.starship = { + enable = true; + settings = { + add_newline = true; + command_timeout = 1300; + scan_timeout = 50; + format = '' + $all$nix_shell$nodejs$lua$golang$rust$php$git_branch$git_commit$git_state$git_status + $username$hostname$directory''; + character = { + success_symbol = "[](bold green) "; + error_symbol = "[✗](bold red) "; + }; + }; + }; #programs.zsh = { # enable = true; # enableCompletion = true;