removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

33
.config/starship.toml Normal file
View file

@ -0,0 +1,33 @@
format = """
$username\
$hostname\
$directory\
$git_branch\
$time\
$status\
$shell\
$character"""
add_newline = false
[directory.substitutions]
'/home/luka/winhome' = ' ~'
'~/winhome' = ' ~'
[character]
success_symbol = "[](green)"
error_symbol = "[](red)"
[line_break]
disabled = true
[swift]
disabled = true
[git_status]
disabled = true
[os]
format = "[$name](blue)"
disabled = false