You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using fish shell as a default shell, but i couldn't figure out how to link all executable files so that every time i open my terminal some of than to execute randomly.
The text was updated successfully, but these errors were encountered:
set -l splash (find ~/.config/fish/scripts/Color-Scripts/ -type f | shuf -n 1) && $splash
This is what I did
The command will execute a random script from the Color-Scripts directory
Just put this command in your fish config file, and it will run a random script in each new terminal 😃
set -l splash (find ~/.config/fish/scripts/Color-Scripts/ -type f | shuf -n 1) && $splash
This is what I did
The command will execute a random script from the Color-Scripts directory
Just put this command in your fish config file, and it will run a random script in each new terminal 😃
I'm using fish shell as a default shell, but i couldn't figure out how to link all executable files so that every time i open my terminal some of than to execute randomly.
The text was updated successfully, but these errors were encountered: