added starship prompt

This commit is contained in:
Schrottkatze 2023-11-13 14:07:25 +01:00
parent a6dbb351ef
commit ca61775d84
6 changed files with 139 additions and 7 deletions

View file

@ -34,7 +34,7 @@ def rand-color [] {
"yellow"
];
$colors | get (random integer 0..(($colors | length) - 1))
$colors | get (random int 0..(($colors | length) - 1))
}