Based on the last migration from zsh to fish shell I do have retirement to settle my environment with either of shells. Regardless my new default shell is fish macOS distributed with zsh out of the box hence I need to remain all zsh env configuration but have an option to settle each environment independently.
Goal
Create separate make command in the Makefile to settle the whole environment with all fish configuration files.
Based on the last migration from
zsh
tofish
shell I do have retirement to settle my environment with either of shells. Regardless my new default shell isfish
macOS distributed withzsh
out of the box hence I need to remain all zsh env configuration but have an option to settle each environment independently.Goal
Create separate
make
command in the Makefile to settle the whole environment with allfish
configuration files.