feat: add sdcv if available.

This commit is contained in:
2026-03-26 23:30:31 +08:00
parent b9e16efb74
commit 64bf264064
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ alias update="(cd ~/git; make all)"
if command -v mise > /dev/null; then
eval "$(mise activate zsh)"
fi
if [[ command -v sdcv > /dev/null ]]; then
alias de="sdcv"
fi
#
# Composer
if [[ -e "${HOME}/.config/composer/vendor/bin" ]]; then