Shell Color Script Update
- Updated fish config to use new location for shell color script binary
This commit is contained in:
parent
bec343457f
commit
1c73b8e385
@ -18,7 +18,7 @@ function fish_greeting
|
|||||||
# Randomly select array index
|
# Randomly select array index
|
||||||
set i (math (random) % $length + 1)
|
set i (math (random) % $length + 1)
|
||||||
# Output randomly selected colorscript from approved list
|
# 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
|
# Output swimming fish string
|
||||||
echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
|
echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user