]> Freerunner's - dotfiles.git/commitdiff
starship: small updates
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 13 Mar 2025 21:32:13 +0000 (22:32 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 13 Mar 2025 21:32:13 +0000 (22:32 +0100)
dot-config/starship.toml

index ad22b81aee4ab67235ae94493716520159fa0890..73bd66bd218697ef9b97f70a54c1e573925784d2 100644 (file)
@@ -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 = "󰎙"