mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 18:04:10 +02:00
Show alpha-symbol to spice prompt up a bit
This commit is contained in:
+11
-1
@@ -2,6 +2,7 @@ format = """
|
|||||||
[](#9A348E)\
|
[](#9A348E)\
|
||||||
$jobs\
|
$jobs\
|
||||||
$os\
|
$os\
|
||||||
|
[ ](bg:#9A348E)\
|
||||||
$username\
|
$username\
|
||||||
[](bg:#DA627D fg:#9A348E)\
|
[](bg:#DA627D fg:#9A348E)\
|
||||||
$directory\
|
$directory\
|
||||||
@@ -48,8 +49,17 @@ format = '[$number$symbol ]($style)'
|
|||||||
# show_always = true
|
# show_always = true
|
||||||
show_always = false
|
show_always = false
|
||||||
style_user = "bg:#9A348E"
|
style_user = "bg:#9A348E"
|
||||||
style_root = "bg:#9A348E"
|
style_root = "bg:#9A348E bold"
|
||||||
format = '[$user ]($style)'
|
format = '[$user ]($style)'
|
||||||
|
aliases = {
|
||||||
|
"prompt" = " ",
|
||||||
|
"cat" = "",
|
||||||
|
"dna" = "",
|
||||||
|
"pi" = "",
|
||||||
|
"vial"= "",
|
||||||
|
"beat" = "",
|
||||||
|
"alpha" = "",
|
||||||
|
}
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
# An alternative to the username module which displays a symbol that
|
# An alternative to the username module which displays a symbol that
|
||||||
|
|||||||
Reference in New Issue
Block a user