chore: archive AgentDock v1 implementation

This commit is contained in:
leefer
2026-08-24 17:14:08 +08:00
commit f512bd58ec
66 changed files with 10663 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Add user-installed commands to login shells.
if [ -d "$HOME/bin" ]; then
PATH="$HOME/bin:$PATH"
fi
export PATH
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi