diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish index 87fcd302..865fda3a 100644 --- a/.config/fish/functions/fish_greeting.fish +++ b/.config/fish/functions/fish_greeting.fish @@ -1,3 +1,5 @@ function fish_greeting - colorscript random + if type -q colorscript + colorscript random + end end