add hostname
This commit is contained in:
@@ -2,8 +2,10 @@ format = """
|
||||
[](color_user_bg)\
|
||||
$os\
|
||||
$username\
|
||||
$hostname\
|
||||
[](fg:color_user_bg bg:color_directory_bg)\
|
||||
$directory\
|
||||
$direnv\
|
||||
[](fg:color_directory_bg bg:color_git_bg)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
@@ -74,9 +76,14 @@ color_time_bg = '#340C46'
|
||||
show_always = true
|
||||
style_user = "fg:color_user_fg bg:color_user_bg"
|
||||
style_root = "fg:color_user_fg bg:color_user_bg"
|
||||
format = '[ $user ]($style)'
|
||||
format = '[ $user]($style)'
|
||||
disabled = false
|
||||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
style = 'fg:color_user_fg bg:color_user_bg'
|
||||
format = '[@$hostname$ssh_symbol ]($style)'
|
||||
|
||||
# An alternative to the username module which displays a symbol that
|
||||
# represents the current operating system
|
||||
[os]
|
||||
|
||||
Reference in New Issue
Block a user