diff --git a/.bashrc.local b/.bashrc.local index 954d090..b3654e3 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -13,6 +13,11 @@ if command -v mise > /dev/null; then eval "$(mise activate bash)" fi # +# sdcv +if [[ command -v > /dev/null ]]; then + alias de="sdcv" +fi +# # Composer if [[ -e "${HOME}/.config/composer/vendor/bin" ]]; then export PATH="${HOME}/.config/composer/vendor/bin:${PATH}" diff --git a/.zshrc.local b/.zshrc.local index 5e5cd92..f6518df 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -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