From 1187876278cf13f7fb18d6eff58b04b0f2f73431 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Wed, 3 Jan 2024 21:38:59 +0300 Subject: [PATCH] feat : nix-direnv and no dates in starshiprs --- dotfiles/starship/starship.toml | 8 ++++---- modules/home-config.nix | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index 3ca2587..2a90f71 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -9,7 +9,7 @@ add_newline = true # Inserts a blank line between shell prompts success_symbol = '[➜](bold green)' error_symbol = "[➜](bold red)" -[custom.tztime] -command = 'date +"%a %d %b %H:%M%p"' -when = "true" -format = '\[$symbol($output)\] (purple)' +#[custom.tztime] +#command = 'date +"%a %d %b %H:%M%p"' +#when = "true" +#format = '\[$symbol($output)\] (purple)' diff --git a/modules/home-config.nix b/modules/home-config.nix index f82b1d9..33b2e8b 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -166,6 +166,7 @@ in { enableZshIntegration = true; nix-direnv.enable = true; }; + git = { enable = true; userName = "Florian Schmitt";