Skip to content

Commit

Permalink
Change starship prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mudiarto committed Nov 18, 2024
1 parent c39b84c commit 89ab892
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions dot_config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ format = """
$username\
$hostname\
$localip\
$directory\
$shlvl\
$singularity\
$kubernetes\
$sudo\
$cmd_duration\
$jobs\
$battery\
$time\
$line_break\
$directory\
$cmd_duration\
$vcsh\
$fossil_branch\
$fossil_metrics\
Expand Down Expand Up @@ -109,18 +108,18 @@ vimcmd_symbol = "[%](bold green)"
show_always = true
style_user = 'red bold'
style_root = 'black bold'
format = '[$user]($style) '
format = '[$user]($style)'
disabled = false
# aliases = { "kusno" = "me" }

[hostname]
ssh_only = false
format = '[$ssh_symbol](bold blue) on [$hostname](bold red) '
trim_at = '.companyname.com'
disabled = false
ssh_only = false
format = '@[$ssh_symbol$hostname](bold red)'
# trim_at = '.mudiarto.com'

[directory]
format = '@[$path]($style)[$read_only]($read_only_style) '
format = ':[$path]($style)[$read_only]($read_only_style) '
# read_only = " ro"


Expand Down

0 comments on commit 89ab892

Please sign in to comment.