mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
added starship prompt
This commit is contained in:
parent
a6dbb351ef
commit
ca61775d84
6 changed files with 139 additions and 7 deletions
|
@ -34,7 +34,7 @@ def rand-color [] {
|
|||
"yellow"
|
||||
];
|
||||
|
||||
$colors | get (random integer 0..(($colors | length) - 1))
|
||||
$colors | get (random int 0..(($colors | length) - 1))
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue