diff options
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)" |