new dwl and some new stuff
This commit is contained in:
parent
0a65a1a067
commit
051fa56df0
6 changed files with 2094 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue