Commit 639295b9 authored by Kunkka王辉's avatar Kunkka王辉 😲

修复.bashrc报错

parent 6b142f2e
...@@ -36,11 +36,11 @@ PS1="\u@\h \[\033[0;36m\]\W\[\033[0m\]\[\033[0;32m\]\$(git-branch-prompt)\[\033[ ...@@ -36,11 +36,11 @@ PS1="\u@\h \[\033[0;36m\]\W\[\033[0m\]\[\033[0;32m\]\$(git-branch-prompt)\[\033[
function php7() function php7()
{ {
docker run --rm -it -e LANG="C.UTF-8" -e LC_ALL="en_US.UTF-8" --network galaxy-net -v $(pwd):/app harbor.galaxy-immi.com/galaxy-open-develop/php:7.4 php "$@" docker run --rm -it -e LANG="C.UTF-8" --network galaxy-net -v $(pwd):/app harbor.galaxy-immi.com/galaxy-open-develop/php:7.4 php "$@"
} }
function php8() function php8()
{ {
docker run --rm -it -e LANG="C.UTF-8" LANG="en_US.UTF-8" -e LC_ALL="en_US.UTF-8" --network galaxy-net -v $(pwd):/app harbor.galaxy-immi.com/galaxy-open-develop/php:8.0 php "$@" docker run --rm -it -e LANG="C.UTF-8" --network galaxy-net -v $(pwd):/app harbor.galaxy-immi.com/galaxy-open-develop/php:8.0 php "$@"
} }
function composer() function composer()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment