Shell Color Script Update

- Updated fish config to use new location for shell color script binary
This commit is contained in:
Sravan Balaji 2020-12-18 17:11:05 -05:00
parent bec343457f
commit 1c73b8e385

View File

@ -18,7 +18,7 @@ function fish_greeting
# Randomly select array index
set i (math (random) % $length + 1)
# Output randomly selected colorscript from approved list
/opt/shell-color-scripts/colorscript.sh -e $colorscript_indices[$i]
colorscript -e $colorscript_indices[$i]
# Output swimming fish string
echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
end