🐛 fix(fish): check if colorscript binary is on path

This commit is contained in:
Sergio Laín 2024-08-09 14:34:29 +02:00
parent 3425f6abef
commit cd49ee5c4d
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,3 +1,5 @@
function fish_greeting function fish_greeting
if type -q colorscript
colorscript random colorscript random
end
end end