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