Skip to content

Commit

Permalink
fill + line_break
Browse files Browse the repository at this point in the history
  • Loading branch information
roguh committed May 13, 2024
1 parent 9b78b27 commit 0312281
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions starship_rust_portable_shell_prompt/.config/starship.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
format = "$time$shell${custom.machine_architecture}$hostname$username$jobs$all$directory$git_status$character"
right_format = "$battery$status$cmd_duration$git_branch${custom.git_metrics_main_added_deleted}$git_commit$conda$kubernetes"
add_newline = true
format = "$time$shell${custom.machine_architecture}$hostname$username$jobs$all$git_status$fill$battery$status$cmd_duration$git_branch${custom.git_metrics_main_added_deleted}$git_commit$conda$kubernetes$line_break$directory$character"
right_format = ""
add_newline = false

[line_break]
# Prompt is one line, not two lines
disabled = false

[fill]
symbol = " "

[hostname]
disabled = false
ssh_only = true
Expand Down Expand Up @@ -101,7 +104,7 @@ show_milliseconds = false
format = "[$duration]($style) "

[kubernetes]
disabled = true
disabled = false
format = ' [ $context( \($namespace\))]($style)'
style = "fg:#88ddff"
contexts = [
Expand Down

0 comments on commit 0312281

Please sign in to comment.