Switch to oh-my-posh prompt

This commit is contained in:
Jonny Barnes 2024-06-10 20:37:31 +01:00
parent a97e471021
commit 8e6dffbd9b
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 97 additions and 9 deletions

View file

@ -31,8 +31,7 @@ $scala\
"""
right_format = """
[\uE0B2](fg:bar_three)\
$time\
$cmd_duration\
"""
palette = 'theme'
@ -93,7 +92,7 @@ Windows = '󰍲'
[directory]
truncation_length = 0
truncation_symbol = '.../'
truncation_symbol = '/'
truncate_to_repo = false
fish_style_pwd_dir_length = 1
style = 'bold fg:text_two bg:bar_two'
@ -209,8 +208,5 @@ symbol = ' '
style = 'fg:text_three bg:bar_four'
format = '[ $symbol ($version) ]($style)'
[time]
disabled = false
time_format = '%R' # Hour:Minute Format
style = 'fg:text_three bg:bar_three'
format = '[  $time ]($style)'
[cmd_duration]
style = 'bold red'