1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Merge branch 'master' of github.com:aquatix/dotfiles

This commit is contained in:
2023-12-08 08:48:07 +01:00
2 changed files with 20 additions and 1 deletions

View File

@@ -167,4 +167,5 @@ function jl
end end
# Initialise starship theme # Initialise starship theme
# curl -sS https://starship.rs/install.sh|sh
starship init fish | source starship init fish | source

View File

@@ -30,6 +30,9 @@ $time\
$cmd_duration\ $cmd_duration\
""" """
# Timeout for commands executed by starship (ms)
command_timeout = 2000
# Disable the blank line at the start of the prompt # Disable the blank line at the start of the prompt
# add_newline = false # add_newline = false
@@ -102,8 +105,23 @@ truncation_length = 30
format = '[ $symbol $branch ]($style)' format = '[ $symbol $branch ]($style)'
[git_status] [git_status]
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
#    
style = "bg:#FCA17D" style = "bg:#FCA17D"
format = '[$all_status$ahead_behind ]($style)' # style = "bg:#fb7d4b"
# style = "bg:#fb7d4b fg:#ff0000"
# style = "fg:#000000 bg:#FCA17D"
# style = "fg:#ff0000 bg:#FCA17D"
# staged = ''
# modified = ''
# untracked = '?'
# format = '[$all_status$ahead_behind ]($style)'
format = '[$all_status$ahead_behind]($style)'
# format = '[$all_status$ahead_behind]($style)[ ](bg:#FCA17D)'
# format = '[$all_status$ahead_behind]($style)[ ](bg:#FCA17D)'
# format = '[](bg:#fb7d4b fg:#FCA17D)[$all_status$ahead_behind]($style)[](bg:#FCA17D fg:#fb7d4b)'
[golang] [golang]
symbol = " " symbol = " "