🐛 fix(fish): check if colorscript binary is on path
This commit is contained in:
parent
3425f6abef
commit
cd49ee5c4d
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
function fish_greeting
|
||||
if type -q colorscript
|
||||
colorscript random
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue