.dotfiles/zsh
Saibotk 1ed13411c8
feat(php): use isolated php for non-interactive shells
Removed the composer and php aliases and instead added a small script to call the correct php binary.

This script is placed in the macos bin folder and we add the folder to the PATH in the .zprofile within the install-mac.sh.
Adding it after brew registers its paths, allows our script to be priortized instead of the currently linked php binary.
Because the .zprofile file is used to setup environment variables and it being called for non-interactive sessions too, calls to php in JS scripts for example will now correctly use the isolated php version via valet.
2024-12-18 22:10:49 +01:00
..
.gitignore Replace dotbot with simple shell script 2022-04-17 18:39:47 +02:00
.zshrc feat(zsh): add dart completions 2024-12-09 13:56:54 +01:00
aliases.zsh feat(php): use isolated php for non-interactive shells 2024-12-18 22:10:49 +01:00
localcommands.example Replace dotbot with simple shell script 2022-04-17 18:39:47 +02:00
path.zsh zsh: Fix git log color escapes 2022-08-15 01:24:41 +02:00