Added ssh hostname to starship config
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
88474c7831
commit
375ae575e5
@ -1,6 +1,7 @@
|
|||||||
format = """\
|
format = """\
|
||||||
$status\
|
$status\
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
|
$hostname\
|
||||||
$directory\
|
$directory\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
@ -22,6 +23,11 @@ format = """\
|
|||||||
command_timeout = 1000
|
command_timeout = 1000
|
||||||
add_newline = true
|
add_newline = true
|
||||||
|
|
||||||
|
[hostname]
|
||||||
|
ssh_only = true
|
||||||
|
format = "🌐 [$hostname](bold dimmed blue) \n"
|
||||||
|
disabled = false
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
format = "┏ [$path]($style)[$read_only]($read_only_style) "
|
format = "┏ [$path]($style)[$read_only]($read_only_style) "
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user