fix pacman pkg
All checks were successful
release / Release (push) Successful in 24s

This commit is contained in:
2026-02-28 15:25:54 +09:00
parent 756aa9825d
commit f4b43ec7c1
8 changed files with 98 additions and 8 deletions

View File

@@ -7,10 +7,10 @@
},
"ailog": {
"command": "ailog",
"args": ["mcp"],
"args": ["mcp-serve"],
"env": {
"CHAT_SYSTEM_FILE": "/home/ai/.config/aigpt/core.md",
"CHAT_OUTPUT": "/home/ai/log/public/content"
"CHAT_SYSTEM_FILE": "~/.config/ai.syui.log/at/did:plc:6qyecktefllvenje24fcxnie/ai.syui.gpt.core/self.json",
"CHAT_OUTPUT": "~/.config/ai.syui.log/at"
}
}
}

View File

@@ -3,8 +3,6 @@ export PATH=$HOME/.cargo/bin:$PATH
alias u="sudo pacman -Syu --noconfirm"
alias zs="vim ~/.zshrc"
alias zr="exec $SHELL && source ~/.zshrc"
alias claude='claude --dangerously-skip-permissions'
alias c='claude --dangerously-skip-permissions'
autoload -Uz compinit
compinit
@@ -25,3 +23,14 @@ bindkey '^[[B' history-substring-search-down
if [[ -o login ]] && [[ -o interactive ]] && command -v aishell &>/dev/null; then
exec aishell
fi
function setup() {
ailog setup
ailog gpt core -d
ailog gpt memory -d
aigpt setup
# --- login ---
# ailog oauth $handle
# ailog oauth $handle_bot --bot
# claude
}