new dwl and some new stuff

This commit is contained in:
Zhongheng Liu 2025-10-13 13:22:48 +02:00
commit 051fa56df0
6 changed files with 2094 additions and 3 deletions

View file

@ -1,6 +1,6 @@
"$schema" = 'https://starship.rs/config-schema.json'
format = """
$username@$hostname: $directory\
$username@$hostname $sudo: $directory\
$git_status $git_branch $character"""
[hostname]
@ -12,4 +12,9 @@ format = '[$hostname]($style)'
show_always = true
format = '[$user]($style)'
[directory]
truncation_length = 5
fish_style_pwd_dir_length = 1
[sudo]
style = 'bold green'
symbol = 'SUDO'
disabled = false