From: Andre Ramnitz Date: Thu, 13 Mar 2025 21:32:13 +0000 (+0100) Subject: starship: small updates X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=f70e9e949aba19765b441f31e42577cff34ba346;p=dotfiles.git starship: small updates --- diff --git a/dot-config/starship.toml b/dot-config/starship.toml index ad22b81a..73bd66bd 100644 --- a/dot-config/starship.toml +++ b/dot-config/starship.toml @@ -27,10 +27,16 @@ error_symbol = '[❯](bold red) ' style = 'fg:black bg:red' format = "[ $path ]($style)" truncation_length = 3 -truncation_symbol = "…/" +# truncation_symbol = "…" +home_symbol = " " +fish_style_pwd_dir_length = 0 +use_logical_path = true +read_only = '[]' + [directory.substitutions] -"dotfiles" = "😀" +".config" = " " +"dotfiles" = "󱗾" "Documents" = "󰈙 " "Downloads" = " " "Music" = " " @@ -82,7 +88,7 @@ disabled = false symbol = "󰙱" style = 'bg:bright-black' # format = '[[ $symbol ($version) ](fg:green bg:bright-black)]($style)' -format = '[$symbol]' +format = '[[ $symbol ](fg:green bg:bright-black)]($style)' [nodejs] symbol = "󰎙"