Remove Apple Icon in Terminal, Remove Extra Dots in File Path

This commit is contained in:
Caleb Braaten 2024-07-18 15:46:45 -07:00
parent 9f965f7be3
commit 9b23cb492e

View File

@ -7,22 +7,11 @@ final_space = true
type = 'prompt' type = 'prompt'
alignment = 'left' alignment = 'left'
[[blocks.segments]]
type = 'os'
style = 'diamond'
powerline_symbol = ''
leading_diamond = ''
template = '{{.Icon}} '
background = 'p:blue'
foreground = 'p:wight'
Text = ''
Duration = 0
NameLength = 0
[[blocks.segments]] [[blocks.segments]]
type = 'session' type = 'session'
style = 'diamond' style = 'diamond'
powerline_symbol = '' powerline_symbol = ''
leading_diamond = ''
template = '{{ .UserName }}@{{ .HostName }}' template = '{{ .UserName }}@{{ .HostName }}'
background = 'p:blue' background = 'p:blue'
foreground = 'p:text' foreground = 'p:text'
@ -42,7 +31,7 @@ final_space = true
NameLength = 0 NameLength = 0
[blocks.segments.properties] [blocks.segments.properties]
folder_icon = '....' folder_icon = ''
home_icon = '~' home_icon = '~'
style = 'agnoster_short' style = 'agnoster_short'