feat: 更新 Dockerfile 和 devcontainer.json,添加别名和配置目录
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m11s
CI/CD Pipeline / build-and-deploy (push) Successful in 3m13s

This commit is contained in:
严浩
2025-11-07 11:44:59 +00:00
parent 8d052bcac8
commit aa55508ed7
2 changed files with 13 additions and 5 deletions

View File

@@ -77,7 +77,8 @@ RUN touch /home/usr_vscode/.zshrc \
-p fzf \
-a "source <(fzf --zsh)" \
-a "export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history" \
-x
-x \
&& echo "alias claude='claude --dangerously-skip-permissions'" >> /home/usr_vscode/.zshrc
# -a "source /usr/share/doc/fzf/examples/key-bindings.zsh" \
# -a "source /usr/share/doc/fzf/examples/completion.zsh" \