diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/starship.toml | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/starship.toml')
| -rw-r--r-- | .config/starship.toml | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/.config/starship.toml b/.config/starship.toml deleted file mode 100644 index c649bc7..0000000 --- a/.config/starship.toml +++ /dev/null @@ -1,87 +0,0 @@ -format = """ -⋮ \ -$username\ -$hostname\ -$directory\ -\ -$git_branch\ -$git_commit\ -$git_state\ -\ -$python\ -$nodejs\ -$jobs\ -$shlvl\ -$status\ -$cmd_duration\ -\ -$container\ -$character\ -""" - -add_newline = false -command_timeout = 100 - -[username] -format = "[$user@]($style)" -style_user = "dimmed" -disabled = false - -[hostname] -format = "[$hostname]($style) " -style = "dimmed" -disabled = false - -[directory] -truncation_length = 0 -truncate_to_repo = false -style = "yellow" -disabled = false - -[git_branch] -format = '[$symbol$branch]($style) ' -disabled = false - -[git_commit] -disabled = true - -[git_state] -disabled = true - -[python] -symbol = " " -format = '[${symbol}${pyenv_prefix}(${version})(\($virtualenv\))]($style) ' -disabled = false - -[nodejs] -symbol = " " -format = '[$symbol($version)]($style) ' -disabled = false - -[jobs] -symbol = "∆" -disabled = false - -[shlvl] -symbol = "☰" -disabled = false - -[status] -symbol = " " -not_found_symbol = " " -sigint_symbol = " " -signal_symbol = " " -map_symbol = true -disabled = false - -[cmd_duration] -disabled = true - -[container] -symbol = " " -disabled = false - -[character] -format = '$symbol ' -success_symbol = "[❯](bold $style)" -error_symbol = "[❯](bold red)" |