diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:31:31 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-28 13:31:31 -0800 |
| commit | 8592b15ae30bf7be4d284c80c292becc124df111 (patch) | |
| tree | b29bad6f701e9c6c7b00dbef06b7894883f7456a | |
| parent | simplify a bit home-manager configuration (diff) | |
| download | infra-8592b15ae30bf7be4d284c80c292becc124df111.tar.gz | |
starship is too noisy
| -rw-r--r-- | nix/users/fcuny/shell.nix | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 7f4406d..8ce26a3 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -55,32 +55,6 @@ in }; }; - # https://github.com/nix-community/home-manager/blob/master/modules/programs/starship.nix - programs.starship = { - enable = true; - enableFishIntegration = true; - enableBashIntegration = true; - enableZshIntegration = false; - settings = { - add_newline = false; - character = { - success_symbol = "[λ](bold green)"; - error_symbol = "[λ](bold red)"; - }; - username = { - show_always = true; - }; - hostname = { - ssh_only = true; - }; - directory = { - truncation_length = 1; - truncate_to_repo = false; - fish_style_pwd_dir_length = 1; - }; - }; - }; - # an alternative to ls programs.eza = { enable = true; |
