sh add php

This commit is contained in:
Yuan Chiu 2025-05-07 17:01:16 +08:00
parent 2408ad807b
commit e0b1db46f2
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -22,6 +22,9 @@ export VISUAL=nvim
export PATH="$PATH:$HOME/bin"
export PATH="$PATH:$HOME/.local/bin" # Created by `pipx` on 2023-01-30 19:57:14
# PHP
PATH="$HOME/.config/composer/vendor/bin:$PATH"
# GoLang Path
export PATH="$PATH:$HOME/go/bin"